aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bgpq3
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2010-11-01 19:58:25 +0800
committerohauer <ohauer@FreeBSD.org>2010-11-01 19:58:25 +0800
commitf0b0ffc1f9f329b504477e68672ff9472e3fcf9a (patch)
treedbda25bdb8dfef7a2ba8270e31a2730e7e702468 /net-mgmt/bgpq3
parent7a1a7b80fdb4bbe5f6dbdfa0f979025ba847c867 (diff)
downloadfreebsd-ports-gnome-f0b0ffc1f9f329b504477e68672ff9472e3fcf9a.tar.gz
freebsd-ports-gnome-f0b0ffc1f9f329b504477e68672ff9472e3fcf9a.tar.zst
freebsd-ports-gnome-f0b0ffc1f9f329b504477e68672ff9472e3fcf9a.zip
- teach port to honor a different PREFIX
OK from maintainer per PM mail No version bump, since no defaults are changed Approved by: Alexandre Snarskii <snar _at_ snar.spb.ru> (maintainer), glarkin (mentor, implicit)
Diffstat (limited to 'net-mgmt/bgpq3')
-rw-r--r--net-mgmt/bgpq3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile
index 047f71e4bf95..760ef66420ed 100644
--- a/net-mgmt/bgpq3/Makefile
+++ b/net-mgmt/bgpq3/Makefile
@@ -18,4 +18,6 @@ MAN8= bgpq3.8
PLIST_FILES= bin/bgpq3
HAS_CONFIGURE= yes
+CONFIGURE_ARGS+=--prefix=${PREFIX}
+
.include <bsd.port.mk>