aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/files/pkg-message.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-05-04 03:55:11 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-05-04 03:55:11 +0000
commit06a27a0b36e3cd635030841bfae6077d039c3c76 (patch)
tree1588d24c4914aa5badd6232d8e222bea271a455c /x11/kdebase4-runtime/files/pkg-message.in
parentb68bfd31ae9df0c66283f279374ed7acb4f409dd (diff)
This commit was manufactured by cvs2svn to create tag 'PRE_XORG_7'.pre-xorg-7
Notes
Notes: svn path=/head/; revision=191528 svn path=/tags/PRE_XORG_7/; revision=191529; tag=pre-xorg-7
Diffstat (limited to 'x11/kdebase4-runtime/files/pkg-message.in')
-rw-r--r--x11/kdebase4-runtime/files/pkg-message.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/kdebase4-runtime/files/pkg-message.in b/x11/kdebase4-runtime/files/pkg-message.in
deleted file mode 100644
index 1cacd3158de2..000000000000
--- a/x11/kdebase4-runtime/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-This port has installed fonts into %%PREFIX%%/share/apps/konsole/fonts
-
-You may want to add %%PREFIX%%/share/apps/konsole/fonts
-to your X font path by either:
-
-$ xset fp+ %%PREFIX%%/share/apps/konsole/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.
-
-You also have to make the new path known to fontconfig by
-adding a
-
-<dir>%%PREFIX%%/share/apps/konsole/fonts</dir> line to either
-
-%%X11BASE%%/etc/fonts/local.conf or ~/.fonts.conf and running
-
-fc-cache -f (as root if you edited local.conf) afterwards.