summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>