1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Move security-check.awk to Mk/Scripts where it is more proper these days.

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-05-09 22:35:50 +00:00
parent dd77eff9e9
commit 94ec4229c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353534
2 changed files with 1 additions and 1 deletions

View File

@ -4273,7 +4273,7 @@ security-check:
| ${XARGS} -0 -J % ${FIND} % -prune ! -type l -type f -print0 2> /dev/null \
| ${XARGS} -0 -n 1 ${OBJDUMP} -R 2> /dev/null > ${WRKDIR}/.PLIST.objdump; \
if \
! ${AWK} -v audit="$${PORTS_AUDIT}" -f ${PORTSDIR}/Tools/scripts/security-check.awk \
! ${AWK} -v audit="$${PORTS_AUDIT}" -f ${SCRIPTSDIR}/security-check.awk \
${WRKDIR}/.PLIST.flattened ${WRKDIR}/.PLIST.objdump ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable; \
then \
www_site=$$(cd ${.CURDIR} && ${MAKE} www-site); \