summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-10 19:51:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-10 19:51:09 +0000
commit472081e63657aa68800be2063b22e8f97bee9082 (patch)
treed5ba66985a56260c2aaa15f46f7fb70dd9d06f3f /security/sudo
parentPut back the dict->cdict change, which was deliberate and requested by the (diff)
For some reason etc/sudoers.sample isn't installed by the distfiles's
Makefile any more. So install it manually.
Notes
Notes: svn path=/head/; revision=23760
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index fdce52db9bea..877ff8393191 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -25,4 +25,7 @@ CONFIGURE_ARGS= --with-skey \
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
+
.include <bsd.port.mk>