aboutsummaryrefslogtreecommitdiffstats
path: root/security/fragrouter
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-09-28 23:17:01 +0800
committerohauer <ohauer@FreeBSD.org>2013-09-28 23:17:01 +0800
commit7a1807c1e61fa7a237213d1d4db64ab6bd9d67ba (patch)
tree1cace5f2d6a2517e4f5cc7cd1b5d85af4b67be7d /security/fragrouter
parentd9748631518bc63e8411fc3cacd959d75cc445b8 (diff)
downloadfreebsd-ports-gnome-7a1807c1e61fa7a237213d1d4db64ab6bd9d67ba.tar.gz
freebsd-ports-gnome-7a1807c1e61fa7a237213d1d4db64ab6bd9d67ba.tar.zst
freebsd-ports-gnome-7a1807c1e61fa7a237213d1d4db64ab6bd9d67ba.zip
- replace STAGEDIR with DESTDIR since this is already defined
Diffstat (limited to 'security/fragrouter')
-rw-r--r--security/fragrouter/Makefile1
-rw-r--r--security/fragrouter/files/patch-Makefile.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile
index da74cfa60f6f..645a092f4546 100644
--- a/security/fragrouter/Makefile
+++ b/security/fragrouter/Makefile
@@ -11,7 +11,6 @@ MAINTAINER= ohauer@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
-MAKE_ARGS+= STAGEDIR=${STAGEDIR}
PLIST_FILES= sbin/fragrouter \
man/man8/fragrouter.8.gz
diff --git a/security/fragrouter/files/patch-Makefile.in b/security/fragrouter/files/patch-Makefile.in
index 0d2af31a0991..6d781f72a252 100644
--- a/security/fragrouter/files/patch-Makefile.in
+++ b/security/fragrouter/files/patch-Makefile.in
@@ -5,7 +5,7 @@
VPATH = @srcdir@
-install_prefix =
-+install_prefix = ${STAGEDIR}
++install_prefix = ${DESTDIR}
prefix = @prefix@
exec_prefix = @exec_prefix@
sbindir = @sbindir@