aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-workspace/files
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-02 21:10:50 +0800
committerlofi <lofi@FreeBSD.org>2004-05-02 21:10:50 +0800
commit34d09d4230fe597fef45470f2b389a094a49543a (patch)
treead921fd993202f44718ac69619c98f2228b51c29 /x11/kde4-workspace/files
parent34a8357c85d8011656a30af71f2b9a87443102c7 (diff)
downloadfreebsd-ports-graphics-34d09d4230fe597fef45470f2b389a094a49543a.tar.gz
freebsd-ports-graphics-34d09d4230fe597fef45470f2b389a094a49543a.tar.zst
freebsd-ports-graphics-34d09d4230fe597fef45470f2b389a094a49543a.zip
Process the pkg-message template earlier than post-install so
package users will actually get to see it the right way. PR: ports/66123 Reported by: obrien
Diffstat (limited to 'x11/kde4-workspace/files')
-rw-r--r--x11/kde4-workspace/files/pkg-message11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/pkg-message b/x11/kde4-workspace/files/pkg-message
new file mode 100644
index 00000000000..f97e3656f98
--- /dev/null
+++ b/x11/kde4-workspace/files/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.