diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-07 12:51:15 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-07 12:51:15 +0000 |
commit | 964203ff087c555161933d30e59ab7d5779558ea (patch) | |
tree | 76548af7292479cc4f7774b9e5b204b972263e13 /security/sniff/Makefile | |
parent | dfd56678c7820ee2ca4ec97041df5849bc407229 (diff) | |
download | ports-964203ff087c555161933d30e59ab7d5779558ea.tar.gz ports-964203ff087c555161933d30e59ab7d5779558ea.zip |
Notes
Diffstat (limited to 'security/sniff/Makefile')
-rw-r--r-- | security/sniff/Makefile | 4 |
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> |