aboutsummaryrefslogtreecommitdiff
path: root/security/sniff
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-07 12:51:15 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-07 12:51:15 +0000
commit964203ff087c555161933d30e59ab7d5779558ea (patch)
tree76548af7292479cc4f7774b9e5b204b972263e13 /security/sniff
parentdfd56678c7820ee2ca4ec97041df5849bc407229 (diff)
downloadports-964203ff087c555161933d30e59ab7d5779558ea.tar.gz
ports-964203ff087c555161933d30e59ab7d5779558ea.zip
Fix with custom LOCALBASE / PREFIX
Reported by: QAT Approved by: wxs (mentor)
Notes
Notes: svn path=/head/; revision=237339
Diffstat (limited to 'security/sniff')
-rw-r--r--security/sniff/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile
index 63c4068fda00..455676fd6af9 100644
--- a/security/sniff/Makefile
+++ b/security/sniff/Makefile
@@ -19,4 +19,8 @@ PLIST_FILES= sbin/sniff
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure
+post-patch:
+ @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|g' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>