Allow staging as a regular user
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -9,7 +9,6 @@ BINDIR?= ${PREFIX}/sbin
|
|||
.endif
|
||||
MANDIR?= ${PREFIX}/man/man
|
||||
NO_MANCOMPRESS=
|
||||
WITH_INSTALL_AS_USER=yes
|
||||
|
||||
.PATH: ${.CURDIR}/../tools ${.CURDIR}/../manuals
|
||||
|
||||
|
|
Loading…
Reference in a new issue