mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- replace STAGEDIR with DESTDIR since this is already defined
This commit is contained in:
parent
3c8b3e267a
commit
ad6e1857a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328578
@ -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
|
||||
|
@ -5,7 +5,7 @@
|
||||
VPATH = @srcdir@
|
||||
|
||||
-install_prefix =
|
||||
+install_prefix = ${STAGEDIR}
|
||||
+install_prefix = ${DESTDIR}
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
sbindir = @sbindir@
|
||||
|
Loading…
Reference in New Issue
Block a user