diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-07 16:52:04 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-07 16:52:04 +0000 |
commit | 8f44c02d60ea7a6f16b4680e66b9169af2187839 (patch) | |
tree | 64f99263b39a368ee4ac96acbe155192c049affc /security/sudoscript/Makefile | |
parent | a658b49ed969e023475f07c7bc9a185375bff161 (diff) | |
download | ports-8f44c02d60ea7a6f16b4680e66b9169af2187839.tar.gz ports-8f44c02d60ea7a6f16b4680e66b9169af2187839.zip |
Notes
Diffstat (limited to 'security/sudoscript/Makefile')
-rw-r--r-- | security/sudoscript/Makefile | 2 |
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> |