aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq3/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-21 05:37:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-21 05:37:53 +0000
commit6779ae352b348bd4f8222d8b0f4e8c4c1e9620c4 (patch)
treeea92fd18127eabb32429196a8aea202070bb9222 /net-mgmt/bgpq3/Makefile
parent23e6e987686f15bd806649924d0deb46189e1e22 (diff)
downloadports-6779ae352b348bd4f8222d8b0f4e8c4c1e9620c4.tar.gz
ports-6779ae352b348bd4f8222d8b0f4e8c4c1e9620c4.zip
- Update to 0.1.20
- Stage support PR: 189375 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=354707
Diffstat (limited to 'net-mgmt/bgpq3/Makefile')
-rw-r--r--net-mgmt/bgpq3/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile
index d3e95dedee07..7ae034ebd96f 100644
--- a/net-mgmt/bgpq3/Makefile
+++ b/net-mgmt/bgpq3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bgpq3
-PORTVERSION= 0.1.19
+PORTVERSION= 0.1.20
CATEGORIES= net-mgmt
MASTER_SITES= http://snar.spb.ru/prog/bgpq3/
EXTRACT_SUFX= .tgz
@@ -10,11 +10,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= snar@snar.spb.ru
COMMENT= Lightweight prefix-list generator for Cisco and Juniper routers
-MAN8= bgpq3.8
-PLIST_FILES= bin/bgpq3
+PLIST_FILES= bin/bgpq3 \
+ man/man8/bgpq3.8.gz
HAS_CONFIGURE= yes
+CONFIGURE_ARGS+=--prefix=${STAGEDIR}${PREFIX}
-CONFIGURE_ARGS+=--prefix=${PREFIX}
-
-NO_STAGE= yes
.include <bsd.port.mk>