- replace STAGEDIR with DESTDIR since this is already defined

This commit is contained in:
Olli Hauer 2013-09-28 15:17:01 +00:00
parent 3c8b3e267a
commit ad6e1857a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328578
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
VPATH = @srcdir@
-install_prefix =
+install_prefix = ${STAGEDIR}
+install_prefix = ${DESTDIR}
prefix = @prefix@
exec_prefix = @exec_prefix@
sbindir = @sbindir@