aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pftabled/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:20:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:20:43 +0000
commitc84c7ab174f6177d54a7ce1524ead4e43563e5a3 (patch)
tree92f35ff2f6deb74bb0a7af5c7c939ee918f1014c /net-mgmt/pftabled/Makefile
parent91c4161a6f9b3b36da0d87fc509244b66572e161 (diff)
downloadports-c84c7ab174f6177d54a7ce1524ead4e43563e5a3.tar.gz
ports-c84c7ab174f6177d54a7ce1524ead4e43563e5a3.zip
- Update to 1.0.7
PR: 131813 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=228683
Diffstat (limited to 'net-mgmt/pftabled/Makefile')
-rw-r--r--net-mgmt/pftabled/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile
index 581c866f26ee..71da44ce492c 100644
--- a/net-mgmt/pftabled/Makefile
+++ b/net-mgmt/pftabled/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pftabled
-PORTVERSION= 1.06
+PORTVERSION= 1.07
CATEGORIES= net-mgmt
MASTER_SITES= http://www.wolfermann.org/
@@ -14,7 +14,6 @@ MAINTAINER= chifeng@gmail.com
COMMENT= The pftabled is a tool to manage your pf tables remotely
USE_RC_SUBR= pftabled
-
MAN1= pftabled.0
PLIST_FILES= bin/pftabled-client sbin/pftabled
@@ -22,4 +21,7 @@ PLIST_FILES= bin/pftabled-client sbin/pftabled
GNU_CONFIGURE= yes
USE_GMAKE= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|cat1/pftabled.0|man1/pftabled.0|' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>