ports/net-mgmt/bgpq/files/patch-Makefile.in
Dmitry Marakasov ca8949f81c - Add LICENSE
- Switch to USES=tar
- Cosmetic fixes
2016-09-11 16:40:12 +00:00

13 lines
411 B
Text

--- 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) -m 644 bgpq.8 @prefix@@mandir@/man8
+ $(BSD_INSTALL_PROGRAM) bgpq $(DESTDIR)@prefix@@bindir@
+ $(BSD_INSTALL_MAN) bgpq.8 $(DESTDIR)@mandir@/man8
test: bgpq
@rm -f test.out ]