diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-19 08:15:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-19 08:15:33 +0000 |
commit | 708a7296c5a1f57173d5a0694c2a867ead6a5dd5 (patch) | |
tree | 2f4d05550ccc95780dbf449830cfc9b19d6a8b00 /security/sudo/Makefile | |
parent | c75f2c1cfd8ce3b89a581c4fd1300e3549303fd5 (diff) | |
download | ports-708a7296c5a1f57173d5a0694c2a867ead6a5dd5.tar.gz ports-708a7296c5a1f57173d5a0694c2a867ead6a5dd5.zip |
Notes
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index cbbd0a769cd7..dbf7738ed6da 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -7,7 +7,7 @@ PORTNAME= sudo PORTVERSION= 1.6.7.5 -PORTREVISION?= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ @@ -55,6 +55,7 @@ post-patch: @${REINPLACE_CMD} -e 's|^|#|g' ${WRKSRC}/sample.sudoers post-install: - ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${EXAMPLESDIR}/sudoers .include <bsd.port.post.mk> |