summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>