1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-20 08:50:39 +00:00
parent c2ff371b35
commit 6ec6b5cfc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358532
2 changed files with 8 additions and 11 deletions

View File

@ -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>

View File

@ -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 ]