summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-09 09:07:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-09 09:07:33 +0000
commit62773b66cf12a62eccae11e76b52e9ef9028505e (patch)
treee7f4455e7bdf097f528baf9c57327152b6aa1b1c /x11-fonts
parent- Fix a typo s/Beliakin/Beliakov/ (diff)
The xfs startup script source still uses the RC_SUBR macro, which
is no longer expanded. This causes the installed script to fail. PR: 146413 Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
Notes
Notes: svn path=/head/; revision=253986
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/xfs/Makefile1
-rw-r--r--x11-fonts/xfs/files/xfs.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index 223f6070cb66..7ba82eb3e3f8 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xfs
PORTVERSION= 1.1.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-fonts
diff --git a/x11-fonts/xfs/files/xfs.in b/x11-fonts/xfs/files/xfs.in
index 1b3c4e24858d..5db6d2f0f94e 100644
--- a/x11-fonts/xfs/files/xfs.in
+++ b/x11-fonts/xfs/files/xfs.in
@@ -16,7 +16,7 @@
#
# Please see xfs(1), rc.conf(5) and rc(8) for further details.
-. %%RC_SUBR%%
+. /etc/rc.subr
name="xfs"
rcvar=`set_rcvar`