aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/xfs
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2009-01-29 00:37:59 +0800
committerflz <flz@FreeBSD.org>2009-01-29 00:37:59 +0800
commitb3e633b0fa2bf8cb19aee540e2a5908486b56818 (patch)
tree3cec083fd6609c535006fb91ffa245b7a4d9e924 /x11-fonts/xfs
parent8f2aa4a4f2161b2495adeb5b737f0f73935c7f30 (diff)
downloadfreebsd-ports-gnome-b3e633b0fa2bf8cb19aee540e2a5908486b56818.tar.gz
freebsd-ports-gnome-b3e633b0fa2bf8cb19aee540e2a5908486b56818.tar.zst
freebsd-ports-gnome-b3e633b0fa2bf8cb19aee540e2a5908486b56818.zip
Fix path for xfs default configuration file.
PR: ports/131036 Submitted by: Hiroshi Fujishima <hirobo@tonteki.org>
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r--x11-fonts/xfs/Makefile1
-rw-r--r--x11-fonts/xfs/files/xfs.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index de1419eddd92..13e8d2dd3aed 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xfs
PORTVERSION= 1.0.8
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-fonts
diff --git a/x11-fonts/xfs/files/xfs.in b/x11-fonts/xfs/files/xfs.in
index cfb562fed5e3..1b3c4e24858d 100644
--- a/x11-fonts/xfs/files/xfs.in
+++ b/x11-fonts/xfs/files/xfs.in
@@ -11,7 +11,7 @@
# rc configuration file (eg /etc/rc.conf):
# xfs_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable X font server
-# xfs_config (str): Set to "%%PREFIX%%/lib/X11/fs/config" by default.
+# xfs_config (str): Set to "%%PREFIX%%/etc/X11/fs/config" by default.
# Configuration file for X font server.
#
# Please see xfs(1), rc.conf(5) and rc(8) for further details.
@@ -23,7 +23,7 @@ rcvar=`set_rcvar`
# Set defaults
[ -z "$xfs_enable" ] && xfs_enable="NO"
-[ -z "$xfs_config" ] && xfs_config="%%PREFIX%%/lib/X11/fs/config"
+[ -z "$xfs_config" ] && xfs_config="%%PREFIX%%/etc/X11/fs/config"
load_rc_config $name