Move install instructions to pkg-message.
This commit is contained in:
parent
ffd13ae061
commit
1b4ff48e41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108091
3 changed files with 11 additions and 10 deletions
|
@ -33,6 +33,6 @@ do-install:
|
|||
@${INSTALL_DATA} ${WRKSRC}/freefont/* ${PREFIX}/lib/X11/fonts/freefont
|
||||
|
||||
post-install:
|
||||
@${CAT} ${DESCR}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,15 +1,6 @@
|
|||
This is a collection of ATM fonts from the CICA Windows
|
||||
archives. They are particularly useful with gimp.
|
||||
|
||||
You'll have to add /usr/X11R6/lib/X11/fonts/freefont
|
||||
to your X font path by either:
|
||||
|
||||
$ xset fp+ /usr/X11R6/lib/X11/fonts/freefont
|
||||
$ xset fp rehash
|
||||
|
||||
or by adding it to your X-server configuration file (usually
|
||||
/etc/X11/XF86Config) and restarting the X-server.
|
||||
|
||||
Some of these fonts are shareware, and some have restrictions on
|
||||
redistribution. Please consult the accompanying .license files
|
||||
after installation.
|
||||
|
|
10
x11-fonts/freefonts/pkg-message
Normal file
10
x11-fonts/freefonts/pkg-message
Normal file
|
@ -0,0 +1,10 @@
|
|||
============================================================
|
||||
You'll have to add /usr/X11R6/lib/X11/fonts/freefont
|
||||
to your X font path by either:
|
||||
|
||||
$ xset fp+ /usr/X11R6/lib/X11/fonts/freefont
|
||||
$ xset fp rehash
|
||||
|
||||
or by adding it to your X-server configuration file (usually
|
||||
/etc/X11/XF86Config) and restarting the X-server.
|
||||
============================================================
|
Loading…
Reference in a new issue