diff options
author | se <se@FreeBSD.org> | 2007-09-06 21:44:01 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2007-09-06 21:44:01 +0800 |
commit | cd2dcf19bb62b5519b699390cba90685a93a73af (patch) | |
tree | c90c3a5c5a21edcdcf48044466aa2bab5a35fa1a /security/w3af | |
parent | 975c81bd52dcb2f08ad0cc3c8fd1e9c19f4b7dc8 (diff) | |
download | freebsd-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/Makefile | 2 |
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: |