mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Stagify.
Approved by: portmgr@
This commit is contained in:
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
|
@ -10,13 +10,8 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= sem@FreeBSD.org
|
MAINTAINER= sem@FreeBSD.org
|
||||||
COMMENT= Bgpq - lightweight access-list generator for Cisco routers
|
COMMENT= Bgpq - lightweight access-list generator for Cisco routers
|
||||||
|
|
||||||
MAN8= bgpq.8
|
PLIST_FILES= bin/bgpq man/man8/bgpq.8.gz
|
||||||
PLIST_FILES= bin/bgpq
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-install:
|
|
||||||
${STRIP_CMD} ${PREFIX}/bin/bgpq
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
--- Makefile.in.orig 2011-01-11 14:58:00.000000000 +0300
|
--- Makefile.in.orig 2005-04-05 20:44:00.000000000 +0800
|
||||||
+++ Makefile.in 2011-01-11 14:58:10.000000000 +0300
|
+++ Makefile.in 2014-06-20 16:47:42.798934507 +0800
|
||||||
@@ -26,7 +26,7 @@
|
@@ -25,8 +25,8 @@ clean:
|
||||||
|
@rm -f config.cache
|
||||||
|
|
||||||
install: bgpq
|
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 @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
|
test: bgpq
|
||||||
@rm -f test.out ]
|
@rm -f test.out ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue