aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bgpq/files
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2011-01-11 20:06:44 +0800
committersem <sem@FreeBSD.org>2011-01-11 20:06:44 +0800
commita86f57d8aabfa6859e83112340e97968b0141e2a (patch)
treea383979540942d9b6dfb910c02f77a8bec4e6fc7 /net-mgmt/bgpq/files
parent210891d81c66dcbbc2348a2a1e8401e20c53a12e (diff)
downloadfreebsd-ports-gnome-a86f57d8aabfa6859e83112340e97968b0141e2a.tar.gz
freebsd-ports-gnome-a86f57d8aabfa6859e83112340e97968b0141e2a.tar.zst
freebsd-ports-gnome-a86f57d8aabfa6859e83112340e97968b0141e2a.zip
- Respect PREFIX.
Submitted by: QAT@
Diffstat (limited to 'net-mgmt/bgpq/files')
-rw-r--r--net-mgmt/bgpq/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/bgpq/files/patch-Makefile.in b/net-mgmt/bgpq/files/patch-Makefile.in
new file mode 100644
index 000000000000..2b9c449edc60
--- /dev/null
+++ b/net-mgmt/bgpq/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- 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 @@
+
+ install: bgpq
+ $(INSTALL) -s -m 755 bgpq @prefix@@bindir@
+- $(INSTALL) -m 644 bgpq.8 @prefix@@mandir@/man8
++ $(INSTALL) -m 644 bgpq.8 @mandir@/man8
+
+ test: bgpq
+ @rm -f test.out ]