diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-10 14:24:42 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-10 14:24:42 +0000 |
commit | a3ceb8c1b4d72a93945eed2a95b91efd53940539 (patch) | |
tree | e937128694d9c7334f51a6368b4464d5e25960c5 /security/w3af/Makefile | |
parent | 464b61f663e002d2b80891176df2f6f2d6c0f35d (diff) | |
download | ports-a3ceb8c1b4d72a93945eed2a95b91efd53940539.tar.gz ports-a3ceb8c1b4d72a93945eed2a95b91efd53940539.zip |
Notes
Diffstat (limited to 'security/w3af/Makefile')
-rw-r--r-- | security/w3af/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/w3af/Makefile b/security/w3af/Makefile index 502c11fd38eb..a2a9e661e9dc 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -55,6 +55,7 @@ do-patch: -E "s!/usr/bin/python2?!${PYTHON_CMD}!" do-build: + @${MKDIR} ${WRKDIR}/build @${MKDIR} ${WRKSRC}/build/extlib @${CP} -R ${WRKSRC}/w3af_console ${WRKDIR}/build/w3af_console.py .if defined(WITH_GUI) |