diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-05-01 15:59:56 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-05-01 15:59:56 +0000 |
commit | ffd13ae0616abc24b414535a3661b4ca2a6cb2f2 (patch) | |
tree | fad7c79f36fb4a45612534dd993c24a8601657fe /x11-fonts/urwfonts | |
parent | 0accdc781c66ea1d6b2d3e2dd4a28a21cd2abfb4 (diff) |
Move install instructions from pkg-descr to pkg-message.
PR: 65529
Submitted by: Jason Bacon <bacon(at)smithers.neuro.mcw.edu>
Notes
Notes:
svn path=/head/; revision=108090
Diffstat (limited to 'x11-fonts/urwfonts')
-rw-r--r-- | x11-fonts/urwfonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/urwfonts/pkg-descr | 9 | ||||
-rw-r--r-- | x11-fonts/urwfonts/pkg-message | 10 |
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. +============================================================ |