diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2005-08-28 19:30:56 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2005-08-28 19:30:56 +0000 |
commit | 43349a88c7064d7536d313631aa66de7ca8bc660 (patch) | |
tree | 977eb75c8fa4a2d5cdf77f876bf16c024c477dfb /x11-fonts/sharefonts | |
parent | 6096f0f31ab668b06281063c3a92b2562ced7917 (diff) |
Notes
Diffstat (limited to 'x11-fonts/sharefonts')
-rw-r--r-- | x11-fonts/sharefonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/sharefonts/pkg-descr | 9 | ||||
-rw-r--r-- | x11-fonts/sharefonts/pkg-message | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/x11-fonts/sharefonts/Makefile b/x11-fonts/sharefonts/Makefile index 622954031104..5d79c2542e93 100644 --- a/x11-fonts/sharefonts/Makefile +++ b/x11-fonts/sharefonts/Makefile @@ -26,6 +26,6 @@ do-install: ${CHMOD} 644 ${PREFIX}/lib/X11/fonts/sharefont/* post-install: - @${CAT} ${DESCR} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/x11-fonts/sharefonts/pkg-descr b/x11-fonts/sharefonts/pkg-descr index 98f24a2bff0d..0e3c4165755d 100644 --- a/x11-fonts/sharefonts/pkg-descr +++ b/x11-fonts/sharefonts/pkg-descr @@ -1,15 +1,6 @@ This is a collection of shareware ATM fonts from the CICA Windows archives. They are particularly useful with gimp. -You'll have to add /usr/X11R6/lib/X11/fonts/sharefont -to your X font path by either: - -$ xset fp+ /usr/X11R6/lib/X11/fonts/sharefont -$ xset fp rehash - -or by adding it to your X-server configuration file (usually -/etc/XF86Config or /etc/Xaccel.ini) and restarting the X-server. - NOTE: These fonts are SHAREWARE. You must pay a fee if you find that you are using them a lot. Please read the *.shareware files in /usr/X11R6/lib/X11/fonts/sharefont for each font's licensing restrictions. diff --git a/x11-fonts/sharefonts/pkg-message b/x11-fonts/sharefonts/pkg-message new file mode 100644 index 000000000000..84bb7dd2c8e6 --- /dev/null +++ b/x11-fonts/sharefonts/pkg-message @@ -0,0 +1,10 @@ +============================================================ +You'll have to add /usr/X11R6/lib/X11/fonts/sharefont +to your X font path by either: + +$ xset fp+ /usr/X11R6/lib/X11/fonts/sharefont +$ xset fp rehash + +or by adding it to your X-server configuration file (usually +/etc/X11/XF86Config) and restarting the X-server. +============================================================ |