diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2009-07-08 00:52:04 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2009-07-08 00:52:04 +0800 |
commit | 953c35247145eb1f7450322864d6f2e7ba675445 (patch) | |
tree | 97b19d9e6e3d354ccda8e72084e013d06c35606f /security/sudoscript | |
parent | c1cc33eeb634bf4dc50d7f23c7fcba6a8480c950 (diff) | |
download | freebsd-ports-gnome-953c35247145eb1f7450322864d6f2e7ba675445.tar.gz freebsd-ports-gnome-953c35247145eb1f7450322864d6f2e7ba675445.tar.zst freebsd-ports-gnome-953c35247145eb1f7450322864d6f2e7ba675445.zip |
Fix a typo in previous commit
Approved by: wxs (mentor
Diffstat (limited to 'security/sudoscript')
-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> |