aboutsummaryrefslogtreecommitdiffstats
path: root/security/w3af
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2007-09-06 21:44:01 +0800
committerse <se@FreeBSD.org>2007-09-06 21:44:01 +0800
commitcd2dcf19bb62b5519b699390cba90685a93a73af (patch)
treec90c3a5c5a21edcdcf48044466aa2bab5a35fa1a /security/w3af
parent975c81bd52dcb2f08ad0cc3c8fd1e9c19f4b7dc8 (diff)
downloadfreebsd-ports-gnome-cd2dcf19bb62b5519b699390cba90685a93a73af.tar.gz
freebsd-ports-gnome-cd2dcf19bb62b5519b699390cba90685a93a73af.tar.zst
freebsd-ports-gnome-cd2dcf19bb62b5519b699390cba90685a93a73af.zip
Fix build on -stable. Pointed out by Pointyhat via Pav. (Thanks!)
Diffstat (limited to 'security/w3af')
-rw-r--r--security/w3af/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/w3af/Makefile b/security/w3af/Makefile
index b218e3dd60cd..c84fe6a2d5ea 100644
--- a/security/w3af/Makefile
+++ b/security/w3af/Makefile
@@ -28,7 +28,7 @@ USE_PYTHON= 2.5+
post-patch:
@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
- ${XARGS} ${REINPLACE_CMD} -I "" \
+ ${XARGS} ${REINPLACE_CMD} -i "" \
-E "s!/usr/bin/python2?!${PYTHON_CMD}!"
do-build: