diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-10 19:51:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-10 19:51:09 +0000 |
commit | 472081e63657aa68800be2063b22e8f97bee9082 (patch) | |
tree | d5ba66985a56260c2aaa15f46f7fb70dd9d06f3f /security/sudo | |
parent | 707313948d098bb60c431f2cf4048eabfa929c90 (diff) |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 3 |
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> |