Move install instructions from pkg-descr to pkg-message.

PR:		65529
Submitted by:	Jason Bacon <bacon(at)smithers.neuro.mcw.edu>
This commit is contained in:
Jimmy Olgeni 2004-05-01 15:59:56 +00:00
parent 0accdc781c
commit ffd13ae061
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108090
3 changed files with 11 additions and 10 deletions

View File

@ -18,6 +18,6 @@ NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
post-install:
@${CAT} ${DESCR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -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.

View File

@ -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.
============================================================