summaryrefslogtreecommitdiff
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
parent- Update to 2.9.5 (diff)
Fix a typo in previous commit
Approved by: wxs (mentor
-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>