diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-02 21:21:13 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-02 21:21:13 +0000 |
commit | 6c46a157d41ffd995c3e921e0852c3ba3c97bfe4 (patch) | |
tree | 6df5b14375b81366a45de58428ae3883355a7f56 /x11/kdebase4-runtime/pkg-message | |
parent | Update to 0.6, and use PORTDOCS and PLIST_FILES and remove pkg-plist. (diff) |
Put the pkg-message template back into PKGDIR.
Requested by: obrien
Notes
Notes:
svn path=/head/; revision=108210
Diffstat (limited to 'x11/kdebase4-runtime/pkg-message')
-rw-r--r-- | x11/kdebase4-runtime/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/pkg-message b/x11/kdebase4-runtime/pkg-message new file mode 100644 index 000000000000..f97e3656f98b --- /dev/null +++ b/x11/kdebase4-runtime/pkg-message @@ -0,0 +1,11 @@ +This port has installed fonts into %%PREFIX%%/share/fonts + +You'll have to add %%PREFIX%%/share/fonts +to your X font path by either: + +$ xset fp+ %%PREFIX%%/share/fonts +$ xset fp rehash + +or by adding it to your X-server configuration file (usually +/etc/X11/XF86Config or %%X11BASE%%/lib/X11/XF86Config) and +restarting the X-server. |