aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2005-08-29 03:30:56 +0800
committerolgeni <olgeni@FreeBSD.org>2005-08-29 03:30:56 +0800
commit1441c12d433e80961bf10005a0b12c3ac342ef6e (patch)
treeef46f341b95dd76230d2013dd6c4ef37c0bec648 /x11-fonts
parent3c4fa711e5a2cf871dee4cb6228f88b2a48c70b9 (diff)
downloadfreebsd-ports-gnome-1441c12d433e80961bf10005a0b12c3ac342ef6e.tar.gz
freebsd-ports-gnome-1441c12d433e80961bf10005a0b12c3ac342ef6e.tar.zst
freebsd-ports-gnome-1441c12d433e80961bf10005a0b12c3ac342ef6e.zip
Move setup instructions to PKGMESSAGE.
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/sharefonts/Makefile2
-rw-r--r--x11-fonts/sharefonts/pkg-descr9
-rw-r--r--x11-fonts/sharefonts/pkg-message10
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.
+============================================================