aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2014-01-07 16:10:48 +0000
committerJason Helfman <jgh@FreeBSD.org>2014-01-07 16:10:48 +0000
commit571d40d3487c1430a13c517444522b51d0927dfc (patch)
tree9ecc9e541b47eae1058deaa8df1f54ff34fda66a
parent5653af431bbaecfcdb241fb832d107ebe8797c81 (diff)
Notes
-rw-r--r--net-mgmt/irrtoolset/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
index 7dc394db8862..061681fb79aa 100644
--- a/net-mgmt/irrtoolset/Makefile
+++ b/net-mgmt/irrtoolset/Makefile
@@ -5,17 +5,15 @@ PORTVERSION= 5.0.1
CATEGORIES= net-mgmt
MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION}
-MAINTAINER= oberman@es.net
-COMMENT= A suite of routing policy tools to interact with the IRR
+MAINTAINER= rkoberman@gmail.com
+COMMENT= Suite of routing policy tools to interact with the IRR
-PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig
+PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \
+ man/man1/rtconfig.1.gz man/man1/peval.1.gz \
+ man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
-USES= bison
-USE_GMAKE= yes
+USES= bison gmake
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
-MAN1= rtconfig.1 peval.1 rpslcheck.1 irrtoolset-errors.1
-
-NO_STAGE= yes
.include <bsd.port.mk>