Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-14 21:19:21 +00:00
parent e85fc8c92b
commit 13f68bd127
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368230
3 changed files with 1 additions and 3 deletions

View file

@ -11,7 +11,7 @@ COMMENT= Set of IPv6 security assessment tools
LICENSE= GPLv3
USES= shebangfix
USES= shebangfix uidfix
SHEBANG_FILES= tools/blackhole6 tools/script6
MAKE_ENV= DATADIR=${DATADIR} WRKSRC=${WRKSRC}
SUB_FILES= BSDMakefile Makefile Makefile.lib

View file

@ -19,7 +19,6 @@ BINDIR?= ${PREFIX}/bin
MANDIR?= ${PREFIX}/man/man
MAN= blackhole6.1 script6.1 ipv6toolkit.conf.5 ipv6toolkit.7
NO_MANCOMPRESS=
WITH_INSTALL_AS_USER=yes
data/ipv6toolkit.conf:
echo "# SI6 Networks' IPv6 Toolkit Configuration File" > ${.TARGET}

View file

@ -9,7 +9,6 @@ BINDIR?= ${PREFIX}/sbin
.endif
MANDIR?= ${PREFIX}/man/man
NO_MANCOMPRESS=
WITH_INSTALL_AS_USER=yes
.PATH: ${.CURDIR}/../tools ${.CURDIR}/../manuals