aboutsummaryrefslogtreecommitdiff
path: root/security
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
parentdfd56678c7820ee2ca4ec97041df5849bc407229 (diff)
downloadports-964203ff087c555161933d30e59ab7d5779558ea.tar.gz
ports-964203ff087c555161933d30e59ab7d5779558ea.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/sniff/Makefile4
-rw-r--r--security/sudoscript/Makefile4
2 files changed, 8 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>
diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile
index a15abc8aa59c..5474dc564470 100644
--- a/security/sudoscript/Makefile
+++ b/security/sudoscript/Makefile
@@ -21,4 +21,8 @@ MANCOMPRESSED= no
USE_GMAKE= yes
USE_PERL5= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|g' \
+ ${WRKSRC}/Makefile
+
.include <bsd.port.mk>