svn commit: r368230 - in head/security/ipv6toolkit: . files

Antoine Brodin antoine at FreeBSD.org
Sun Sep 14 21:19:22 UTC 2014


Author: antoine
Date: Sun Sep 14 21:19:21 2014
New Revision: 368230
URL: http://svnweb.freebsd.org/changeset/ports/368230
QAT: https://qat.redports.org/buildarchive/r368230/

Log:
  Allow staging as a regular user

Modified:
  head/security/ipv6toolkit/Makefile
  head/security/ipv6toolkit/files/BSDMakefile.in
  head/security/ipv6toolkit/files/Makefile.in

Modified: head/security/ipv6toolkit/Makefile
==============================================================================
--- head/security/ipv6toolkit/Makefile	Sun Sep 14 21:14:43 2014	(r368229)
+++ head/security/ipv6toolkit/Makefile	Sun Sep 14 21:19:21 2014	(r368230)
@@ -11,7 +11,7 @@ COMMENT=	Set of IPv6 security assessment
 
 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

Modified: head/security/ipv6toolkit/files/BSDMakefile.in
==============================================================================
--- head/security/ipv6toolkit/files/BSDMakefile.in	Sun Sep 14 21:14:43 2014	(r368229)
+++ head/security/ipv6toolkit/files/BSDMakefile.in	Sun Sep 14 21:19:21 2014	(r368230)
@@ -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}

Modified: head/security/ipv6toolkit/files/Makefile.in
==============================================================================
--- head/security/ipv6toolkit/files/Makefile.in	Sun Sep 14 21:14:43 2014	(r368229)
+++ head/security/ipv6toolkit/files/Makefile.in	Sun Sep 14 21:19:21 2014	(r368230)
@@ -9,7 +9,6 @@ BINDIR?=	${PREFIX}/sbin
 .endif
 MANDIR?=	${PREFIX}/man/man
 NO_MANCOMPRESS=
-WITH_INSTALL_AS_USER=yes
 
 .PATH: ${.CURDIR}/../tools ${.CURDIR}/../manuals
 


More information about the svn-ports-head mailing list