diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-09 17:07:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-09 17:07:33 +0800 |
commit | 404e208a69f8d584af34d816759db5fc70fe2fb8 (patch) | |
tree | 450d22a91269c03746dc958f4e5f918a7da61343 /x11-fonts/xfs | |
parent | 3702aabecc4e1a4eb151c92989dc29befe767937 (diff) | |
download | freebsd-ports-gnome-404e208a69f8d584af34d816759db5fc70fe2fb8.tar.gz freebsd-ports-gnome-404e208a69f8d584af34d816759db5fc70fe2fb8.tar.zst freebsd-ports-gnome-404e208a69f8d584af34d816759db5fc70fe2fb8.zip |
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>
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r-- | x11-fonts/xfs/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/xfs/files/xfs.in | 2 |
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` |