diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-28 16:37:59 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-28 16:37:59 +0000 |
commit | 1b843869664e6fe9676d448c27863f2e6521c51b (patch) | |
tree | 74c1e9eeef4ef8f5bca9f06da409900307514e1a /x11-fonts | |
parent | 1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100 (diff) | |
download | ports-1b843869664e6fe9676d448c27863f2e6521c51b.tar.gz ports-1b843869664e6fe9676d448c27863f2e6521c51b.zip |
Fix path for xfs default configuration file.
PR: ports/131036
Submitted by: Hiroshi Fujishima <hirobo@tonteki.org>
Notes
Notes:
svn path=/head/; revision=227059
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xfs/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/xfs/files/xfs.in | 4 |
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 |