Slight error in ports address for msttfonts
Brett <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hi, I was just trying out some different fonts and noticed the address of the ports directory is wrong for the example fonts. I guess they were moved at some stage. Here's a diff: Index: www/faq/truetype.html =================================================================== RCS file: /cvs/www/faq/truetype.html,v retrieving revision 1.21 diff -u -r1.21 truetype.html --- www/faq/truetype.html 25 Jun 2010 20:14:12 -0000 1.21 +++ www/faq/truetype.html 29 Jan 2012 00:33:21 -0000 @@ -86,11 +86,11 @@ with OpenBSD (OpenBSD used Bitstream Vera fonts family till version 4.7 including), a collection of popular TrueType fonts has been compiled and is available in the <a href="faq15.html#Ports">OpenBSD ports tree</a>, in -<tt>/usr/ports/x11/msttcorefonts</tt>. They can be installed by doing +<tt>/usr/ports/fonts/msttcorefonts</tt>. They can be installed by doing the following: <blockquote><pre> -# <b>cd /usr/ports/x11/msttcorefonts</b> +# <b>cd /usr/ports/fonts/msttcorefonts</b> # <b>make install</b> </pre></blockquote>