aboutsummaryrefslogtreecommitdiff
path: root/security/sudoscript
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-07 16:52:04 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2009-07-07 16:52:04 +0000
commit8f44c02d60ea7a6f16b4680e66b9169af2187839 (patch)
tree64f99263b39a368ee4ac96acbe155192c049affc /security/sudoscript
parenta658b49ed969e023475f07c7bc9a185375bff161 (diff)
downloadports-8f44c02d60ea7a6f16b4680e66b9169af2187839.tar.gz
ports-8f44c02d60ea7a6f16b4680e66b9169af2187839.zip
Notes
Diffstat (limited to 'security/sudoscript')
-rw-r--r--security/sudoscript/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile
index 5474dc564470..23e5995bf291 100644
--- a/security/sudoscript/Makefile
+++ b/security/sudoscript/Makefile
@@ -22,7 +22,7 @@ USE_GMAKE= yes
USE_PERL5= yes
post-patch:
- @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|g' \
+ @${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>