diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-09 09:07:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-09 09:07:33 +0000 |
commit | 62773b66cf12a62eccae11e76b52e9ef9028505e (patch) | |
tree | e7f4455e7bdf097f528baf9c57327152b6aa1b1c /x11-fonts | |
parent | f32f3a54224f6668e0a25e8c7b851faf2dd1d106 (diff) | |
download | ports-62773b66cf12a62eccae11e76b52e9ef9028505e.tar.gz ports-62773b66cf12a62eccae11e76b52e9ef9028505e.zip |
Notes
Diffstat (limited to 'x11-fonts')
-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` |