diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-05-01 16:24:47 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-05-01 16:24:47 +0000 |
commit | 6480f6a27c682f52569c0884fd8145eb16c467c3 (patch) | |
tree | ddab4f483fbab20a809e560317508efe7eddd1b8 /x11-fonts/lfpfonts-fix | |
parent | 1b4ff48e41d3095aa44e919a70b809a55c45b29f (diff) | |
download | ports-6480f6a27c682f52569c0884fd8145eb16c467c3.tar.gz ports-6480f6a27c682f52569c0884fd8145eb16c467c3.zip |
Notes
Diffstat (limited to 'x11-fonts/lfpfonts-fix')
-rw-r--r-- | x11-fonts/lfpfonts-fix/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/lfpfonts-fix/pkg-descr | 9 | ||||
-rw-r--r-- | x11-fonts/lfpfonts-fix/pkg-message | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/x11-fonts/lfpfonts-fix/Makefile b/x11-fonts/lfpfonts-fix/Makefile index 0b7684a543d4..589165378c8e 100644 --- a/x11-fonts/lfpfonts-fix/Makefile +++ b/x11-fonts/lfpfonts-fix/Makefile @@ -32,6 +32,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/lfp-fix/fonts.dir ${PREFIX}/lib/X11/fonts/lfpfonts-fix post-install: - @${CAT} ${DESCR} + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/x11-fonts/lfpfonts-fix/pkg-descr b/x11-fonts/lfpfonts-fix/pkg-descr index 21c0b953f3f3..38acee9d099d 100644 --- a/x11-fonts/lfpfonts-fix/pkg-descr +++ b/x11-fonts/lfpfonts-fix/pkg-descr @@ -1,10 +1 @@ Fixed width fonts from the Linux Font Project. - -You'll have to add /usr/X11R6/lib/X11/fonts/lfpfonts-fix -to your X font path by either: - -$ xset fp+ /usr/X11R6/lib/X11/fonts/lfpfonts-fix -$ 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/lfpfonts-fix/pkg-message b/x11-fonts/lfpfonts-fix/pkg-message new file mode 100644 index 000000000000..ba145d6a98d5 --- /dev/null +++ b/x11-fonts/lfpfonts-fix/pkg-message @@ -0,0 +1,10 @@ +============================================================ +You'll have to add /usr/X11R6/lib/X11/fonts/lfpfonts-fix +to your X font path by either: + +$ xset fp+ /usr/X11R6/lib/X11/fonts/lfpfonts-fix +$ xset fp rehash + +or by adding it to your X-server configuration file (usually +/etc/X11/XF86Config) and restarting the X-server. +============================================================ |