aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/nitpicker/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/nitpicker/Makefile b/net-mgmt/nitpicker/Makefile
index 9bb8d3b54daa..60c20ef5a2c5 100644
--- a/net-mgmt/nitpicker/Makefile
+++ b/net-mgmt/nitpicker/Makefile
@@ -7,20 +7,16 @@
PORTNAME= nitpicker
PORTVERSION= 1.2.1
-PORTEPOCH=1
+PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://nitpicker.de/
MAINTAINER= mr@freebsd.org
COMMENT= IP flow Accounting tools
-NO_MAN= YES
-
-.include <bsd.port.pre.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nitpicker ${LOCALBASE}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/tools/parse_flowfile/src/parse_flowfile ${LOCALBASE}/bin
${INSTALL_PROGRAM} ${WRKSRC}/tools/dumpit/dumpit ${LOCALBASE}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>