summaryrefslogtreecommitdiff
path: root/sysutils/pfstat
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-11 22:29:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-11 22:29:40 +0000
commit2fd25fa08dbdc0b71895e6952adbefa4f0352e80 (patch)
treeb029ce5fb81d93b8352124d79ee788ac4a333f20 /sysutils/pfstat
parent- Use option helpers (diff)
Package orphaned man pages
Notes
Notes: svn path=/head/; revision=372470
Diffstat (limited to 'sysutils/pfstat')
-rw-r--r--sysutils/pfstat/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile
index 99577988eb60..cfe233a97acc 100644
--- a/sysutils/pfstat/Makefile
+++ b/sysutils/pfstat/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pfstat
PORTVERSION= 2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils net
MASTER_SITES= http://www.benzedrine.cx/
@@ -17,13 +17,11 @@ MAKE_ENV+= __MAKE_CONF=/dev/null
USES= iconv
USE_RC_SUBR= pfstatd
-MAN8= pfstat.8 \
- pfstatd.8
PLIST_FILES= bin/pfstat \
- bin/pfstatd
-
-.include <bsd.port.pre.mk>
+ bin/pfstatd \
+ man/man8/pfstat.8.gz \
+ man/man8/pfstatd.8.gz
post-patch:
@${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \
@@ -37,4 +35,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${STAGEDIR}/${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/pfstatd/pfstatd.8 ${STAGEDIR}/${PREFIX}/man/man8
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>