diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index 35d86605b47f..5af8f104db27 100644 --- a/x11-fonts/freefonts/Makefile +++ b/x11-fonts/freefonts/Makefile @@ -3,7 +3,7 @@ PORTNAME= freefonts PORTVERSION= 0.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-fonts MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \ @@ -14,10 +14,12 @@ MASTER_SITE_SUBDIR= gimp/fonts MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of ATM fonts (not all free) from the CICA archives -USES= fonts - BUILD_DEPENDS= type1inst:x11-fonts/p5-type1inst +NO_ARCH= yes +SUB_FILES= pkg-message +USES= fonts + # Some of the fonts are shareware. Some are freeware. Permission must # be obtained before distributing at least four (mazama.license, # muriel.license, roosthea.license, shf_____.license). Two have diff --git a/x11-fonts/freefonts/files/pkg-message.in b/x11-fonts/freefonts/files/pkg-message.in new file mode 100644 index 000000000000..4615e916fac8 --- /dev/null +++ b/x11-fonts/freefonts/files/pkg-message.in @@ -0,0 +1,10 @@ +============================================================ +You'll have to add %%FONTSDIR%% +to your X font path by either: + +$ xset fp+ %%FONTSDIR%% +$ xset fp rehash + +or by adding it to your X-server configuration file and +restarting the X-server. +============================================================ diff --git a/x11-fonts/freefonts/pkg-message b/x11-fonts/freefonts/pkg-message deleted file mode 100644 index 997ced993121..000000000000 --- a/x11-fonts/freefonts/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -============================================================ -You'll have to add /usr/local/lib/X11/fonts/freefont -to your X font path by either: - -$ xset fp+ /usr/local/lib/X11/fonts/freefont -$ xset fp rehash - -or by adding it to your X-server configuration file (usually -/etc/X11/XF86Config) and restarting the X-server. -============================================================