- Fix LICENSE
- Add LICENSE_FILE - Silence patching (installs before build look scary) - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
5b49bcfb62
commit
25a247c051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522019
2 changed files with 6 additions and 5 deletions
|
@ -9,7 +9,8 @@ MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/
|
|||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Set of IPv6 security assessment tools
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||
|
||||
USES= shebangfix uidfix
|
||||
SHEBANG_FILES= tools/blackhole6 tools/script6
|
||||
|
@ -28,11 +29,11 @@ post-extract:
|
|||
@cd ${WRKSRC} && ${MKDIR} ${PROGDIRS} ${LIBDIRS}
|
||||
|
||||
post-patch: apply-slist
|
||||
${INSTALL_DATA} ${WRKDIR}/BSDMakefile ${WRKSRC}
|
||||
for D in ${PROGDIRS}; do \
|
||||
@${INSTALL_DATA} ${WRKDIR}/BSDMakefile ${WRKSRC}
|
||||
@for D in ${PROGDIRS}; do \
|
||||
${INSTALL_DATA} ${WRKDIR}/Makefile ${WRKSRC}/$$D; \
|
||||
done
|
||||
for D in ${LIBDIRS}; do \
|
||||
@for D in ${LIBDIRS}; do \
|
||||
${INSTALL_DATA} ${WRKDIR}/Makefile.lib ${WRKSRC}/$$D/Makefile; \
|
||||
done
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
The IPv6 toolkit is a portable IPv6 security assessment suite produced
|
||||
by Fernando Gont on behalf of the UK CPNI.
|
||||
|
||||
WWW: http://www.si6networks.com/tools/ipv6toolkit/
|
||||
WWW: https://www.si6networks.com/tools/ipv6toolkit/
|
||||
|
|
Loading…
Reference in a new issue