diff options
author | marck <marck@FreeBSD.org> | 2007-05-23 15:10:46 +0800 |
---|---|---|
committer | marck <marck@FreeBSD.org> | 2007-05-23 15:10:46 +0800 |
commit | 9101532e44d93ce23d09533723d508c771245838 (patch) | |
tree | 13042e335bd5a03dcf954fbdc9872562ebd38fe0 /x11-fonts | |
parent | 187e98d43b0d0b67e4fe3eb8735988170d31807e (diff) | |
download | freebsd-ports-gnome-9101532e44d93ce23d09533723d508c771245838.tar.gz freebsd-ports-gnome-9101532e44d93ce23d09533723d508c771245838.tar.zst freebsd-ports-gnome-9101532e44d93ce23d09533723d508c771245838.zip |
Clean up pkg-message a bit:
- support for XFree86 3.x has been dropped
- mention xorg before XFree86 as it is default X system for long time
PR: ports/112867
Approved by: maintainer
Approved by: portmgr (erwin)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/webfonts/pkg-message | 12 |
2 files changed, 3 insertions, 11 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 7c61b7a5b1a6..4379f4dffad9 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= webfonts PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_NETBSD:S/%SUBDIR%/ms-ttf/}:group1 \ ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/corefonts/}:group1 \ diff --git a/x11-fonts/webfonts/pkg-message b/x11-fonts/webfonts/pkg-message index 24bd8862edf3..b6b58147a0a1 100644 --- a/x11-fonts/webfonts/pkg-message +++ b/x11-fonts/webfonts/pkg-message @@ -3,19 +3,11 @@ the terms of the Microsoft End-User License Agreement ("EULA"). You will find the EULA at %%DOCSDIR%%/LICENSE. If you read and agree to the EULA, you can start using the fonts by following these instructions: ---- XFree86 4.x.x (using the freetype module) - Make sure that the freetype module is loaded. If it is not, add the following -line to the "Modules" section of XF86Config: +line to the "Modules" section of xorg.conf or XF86Config: Load "freetype" -Add the following line to the "Files" section of XF86Config: +Add the following line to the "Files" section of xorg.conf or XF86Config: FontPath "%%FONTSDIR%%/" - ---- XFree86 3.x.x (using Xfstt) - -Add the following line to the "Files" section of XF86Config: - - FontPath "unix/:7101" |