aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-11 03:51:09 +0800
committerobrien <obrien@FreeBSD.org>1999-12-11 03:51:09 +0800
commit04b490581870f062f0a9c57df4b8dd0011b278b2 (patch)
tree1f08137dee712ff277fdd6ebe3b0ab1325429a38 /security
parent6493887d46de3c5c09d7288b082bddec85560348 (diff)
downloadfreebsd-ports-gnome-04b490581870f062f0a9c57df4b8dd0011b278b2.tar.gz
freebsd-ports-gnome-04b490581870f062f0a9c57df4b8dd0011b278b2.tar.zst
freebsd-ports-gnome-04b490581870f062f0a9c57df4b8dd0011b278b2.zip
For some reason etc/sudoers.sample isn't installed by the distfiles's
Makefile any more. So install it manually.
Diffstat (limited to 'security')
-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>