aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2004-05-01 23:59:56 +0800
committerolgeni <olgeni@FreeBSD.org>2004-05-01 23:59:56 +0800
commit72d42ed9326869dba30789db950575c8d214de5e (patch)
tree6f9768d9c6ed9b72b9ae96604a8213b7d11f57b1
parent1010fc38e1c2ffa4918b49893e84b5f538d16c62 (diff)
downloadfreebsd-ports-gnome-72d42ed9326869dba30789db950575c8d214de5e.tar.gz
freebsd-ports-gnome-72d42ed9326869dba30789db950575c8d214de5e.tar.zst
freebsd-ports-gnome-72d42ed9326869dba30789db950575c8d214de5e.zip
Move install instructions from pkg-descr to pkg-message.
PR: 65529 Submitted by: Jason Bacon <bacon(at)smithers.neuro.mcw.edu>
-rw-r--r--x11-fonts/urwfonts/Makefile2
-rw-r--r--x11-fonts/urwfonts/pkg-descr9
-rw-r--r--x11-fonts/urwfonts/pkg-message10
3 files changed, 11 insertions, 10 deletions
diff --git a/x11-fonts/urwfonts/Makefile b/x11-fonts/urwfonts/Makefile
index 634cdcb43279..7cc6ba1404c8 100644
--- a/x11-fonts/urwfonts/Makefile
+++ b/x11-fonts/urwfonts/Makefile
@@ -18,6 +18,6 @@ NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
post-install:
- @${CAT} ${DESCR}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/x11-fonts/urwfonts/pkg-descr b/x11-fonts/urwfonts/pkg-descr
index 76a76c47d705..4d615e244ec1 100644
--- a/x11-fonts/urwfonts/pkg-descr
+++ b/x11-fonts/urwfonts/pkg-descr
@@ -1,10 +1 @@
URW font collection for X.
-
-You'll have to add /usr/X11R6/lib/X11/fonts/URW
-to your X font path by either:
-
-$ xset fp+ /usr/X11R6/lib/X11/fonts/URW
-$ xset fp rehash
-
-or by adding it to your X-server configuration file (usually
-/etc/X11/XF86Config) and restarting the X-server.
diff --git a/x11-fonts/urwfonts/pkg-message b/x11-fonts/urwfonts/pkg-message
new file mode 100644
index 000000000000..818298757756
--- /dev/null
+++ b/x11-fonts/urwfonts/pkg-message
@@ -0,0 +1,10 @@
+============================================================
+You'll have to add /usr/X11R6/lib/X11/fonts/URW
+to your X font path by either:
+
+$ xset fp+ /usr/X11R6/lib/X11/fonts/URW
+$ xset fp rehash
+
+or by adding it to your X-server configuration file (usually
+/etc/X11/XF86Config) and restarting the X-server.
+============================================================