diff options
-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` |