aboutsummaryrefslogtreecommitdiff
path: root/security/fragrouter
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-09-28 15:17:01 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-09-28 15:17:01 +0000
commitad6e1857a0c879bda495fcb227377c2efce41b09 (patch)
tree1cace5f2d6a2517e4f5cc7cd1b5d85af4b67be7d /security/fragrouter
parent3c8b3e267aaf7466bf6ac6ab0f3d3455dfacd913 (diff)
downloadports-ad6e1857a0c879bda495fcb227377c2efce41b09.tar.gz
ports-ad6e1857a0c879bda495fcb227377c2efce41b09.zip
- replace STAGEDIR with DESTDIR since this is already defined
Notes
Notes: svn path=/head/; revision=328578
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@