aboutsummaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2007-04-10 12:47:09 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2007-04-10 12:47:09 +0000
commit8e649aef1dcc52930d437f8eb2fac8f09b025092 (patch)
tree3ddba21b2092ccf838ae32822fb1011a61f6bacd /security/sudo/Makefile
parent0eddb1a32def32cc3d2f3b5cdbbdbd035362444c (diff)
downloadports-8e649aef1dcc52930d437f8eb2fac8f09b025092.tar.gz
ports-8e649aef1dcc52930d437f8eb2fac8f09b025092.zip
Notes
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 9c060becbd5f..6060e3741426 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sudo
PORTVERSION= 1.6.8.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
http://probsd.org/sudoftp/ \
@@ -68,6 +68,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
${INSTALL_DATA} ${WRKSRC}/sudoers ${PREFIX}/etc/sudoers.default
${RM} ${PREFIX}/libexec/sudo_noexec.la
- ${CAT} ${PKGMESSAGE}
+ ${INSTALL_DATA} ${FILESDIR}/pam.conf ${PREFIX}/etc/pam.d/sudo
.include <bsd.port.post.mk>