diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-08-22 12:32:26 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-08-22 12:32:26 +0000 |
commit | 77eab20c22abebf2686f11b1b584046fae247b38 (patch) | |
tree | b78a99219d228aa9f0f4dc750d48d4c74a2d906e /security | |
parent | 9440a409af98370ca9cf482951bab1e000b3239d (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index e1d24601fbf7..2d37cbf66fb3 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -85,6 +85,8 @@ MAN8= sudo.8 visudo.8 sudoreplay.8 MLINKS= sudo.8 sudoedit.8 post-patch: + @${REINPLACE_CMD} '/install-binaries:/,/^$$/s/$$(INSTALL)/& ${STRIP}/' \ + ${WRKSRC}/Makefile.in .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/$$(DESTDIR)$$(sudoersdir) $$(DESTDIR)$$(docdir)/$$(DESTDIR)$$(sudoersdir)/' \ ${WRKSRC}/Makefile.in |