aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-03-10 14:24:42 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-03-10 14:24:42 +0000
commita3ceb8c1b4d72a93945eed2a95b91efd53940539 (patch)
treee937128694d9c7334f51a6368b4464d5e25960c5
parent464b61f663e002d2b80891176df2f6f2d6c0f35d (diff)
downloadports-a3ceb8c1b4d72a93945eed2a95b91efd53940539.tar.gz
ports-a3ceb8c1b4d72a93945eed2a95b91efd53940539.zip
- Fix previous commit (missing ${MKDIR})
Notes
Notes: svn path=/head/; revision=250854
-rw-r--r--security/w3af/Makefile1
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)