summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 08:50:39 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 08:50:39 +0000
commit6ec6b5cfc151d629ef5f9604cbaa1b81f65f3e8d (patch)
tree082e9d67d0a76fb3009a50cbe0e5da5e4e874362 /net-mgmt
parentUpdate to 1.3.0 beta6. (diff)
Stagify.
Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358532
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bgpq/Makefile7
-rw-r--r--net-mgmt/bgpq/files/patch-Makefile.in12
2 files changed, 8 insertions, 11 deletions
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile
index 895ef9f7f85b..3a1cc1d2f6c2 100644
--- a/net-mgmt/bgpq/Makefile
+++ b/net-mgmt/bgpq/Makefile
@@ -10,13 +10,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sem@FreeBSD.org
COMMENT= Bgpq - lightweight access-list generator for Cisco routers
-MAN8= bgpq.8
-PLIST_FILES= bin/bgpq
+PLIST_FILES= bin/bgpq man/man8/bgpq.8.gz
GNU_CONFIGURE= yes
-NO_STAGE= yes
-post-install:
- ${STRIP_CMD} ${PREFIX}/bin/bgpq
-
.include <bsd.port.mk>
diff --git a/net-mgmt/bgpq/files/patch-Makefile.in b/net-mgmt/bgpq/files/patch-Makefile.in
index 2b9c449edc60..2093f5754974 100644
--- a/net-mgmt/bgpq/files/patch-Makefile.in
+++ b/net-mgmt/bgpq/files/patch-Makefile.in
@@ -1,11 +1,13 @@
---- Makefile.in.orig 2011-01-11 14:58:00.000000000 +0300
-+++ Makefile.in 2011-01-11 14:58:10.000000000 +0300
-@@ -26,7 +26,7 @@
+--- Makefile.in.orig 2005-04-05 20:44:00.000000000 +0800
++++ Makefile.in 2014-06-20 16:47:42.798934507 +0800
+@@ -25,8 +25,8 @@ clean:
+ @rm -f config.cache
install: bgpq
- $(INSTALL) -s -m 755 bgpq @prefix@@bindir@
+- $(INSTALL) -s -m 755 bgpq @prefix@@bindir@
- $(INSTALL) -m 644 bgpq.8 @prefix@@mandir@/man8
-+ $(INSTALL) -m 644 bgpq.8 @mandir@/man8
++ $(INSTALL) -s -m 755 bgpq $(DESTDIR)@prefix@@bindir@
++ $(INSTALL) -m 644 bgpq.8 $(DESTDIR)@mandir@/man8
test: bgpq
@rm -f test.out ]