diff options
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/freefonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/freefonts/pkg-descr | 9 | ||||
-rw-r--r-- | x11-fonts/freefonts/pkg-message | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index eb324b90e250..560b06fcd467 100644 --- a/x11-fonts/freefonts/Makefile +++ b/x11-fonts/freefonts/Makefile @@ -33,6 +33,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/freefont/* ${PREFIX}/lib/X11/fonts/freefont post-install: - @${CAT} ${DESCR} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/x11-fonts/freefonts/pkg-descr b/x11-fonts/freefonts/pkg-descr index b8dde4f205b4..ac6200ef7a8a 100644 --- a/x11-fonts/freefonts/pkg-descr +++ b/x11-fonts/freefonts/pkg-descr @@ -1,15 +1,6 @@ This is a collection of ATM fonts from the CICA Windows archives. They are particularly useful with gimp. -You'll have to add /usr/X11R6/lib/X11/fonts/freefont -to your X font path by either: - -$ xset fp+ /usr/X11R6/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. - Some of these fonts are shareware, and some have restrictions on redistribution. Please consult the accompanying .license files after installation. diff --git a/x11-fonts/freefonts/pkg-message b/x11-fonts/freefonts/pkg-message new file mode 100644 index 000000000000..4f000055d875 --- /dev/null +++ b/x11-fonts/freefonts/pkg-message @@ -0,0 +1,10 @@ +============================================================ +You'll have to add /usr/X11R6/lib/X11/fonts/freefont +to your X font path by either: + +$ xset fp+ /usr/X11R6/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. +============================================================ |