summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-09-21 03:05:27 +0000
committertaca <taca>2010-09-21 03:05:27 +0000
commite312d3da9eaec168419405c62d6167ea0c2976e4 (patch)
tree4ecd7e80730122ffe3144954081250bb5c821ca5 /security/sudo/Makefile
parentcfb28fb8e7a76d937a5cd04d6b70bdec4e325d4a (diff)
downloadpkgsrc-e312d3da9eaec168419405c62d6167ea0c2976e4.tar.gz
* Fix PLIST when "ldap" is enabled in PKG_OPTIONS.
* Install README.LDAP when "ldap" is enabled in PKG_OPTIONS. * Fix build problem when "kerberos" is enabled in PKG_OPTIONS. Bump PKGREVISION since default PLIST has changed.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index fcd90e4eca0..6f5b5e56d18 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.123 2010/09/10 17:11:27 spz Exp $
+# $NetBSD: Makefile,v 1.124 2010/09/21 03:05:27 taca Exp $
#
DISTNAME= sudo-1.7.4p4
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
@@ -49,6 +50,6 @@ INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/UPGRADE ${DESTDIR}${PREFIX}/${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/sudoers ${DESTDIR}${PREFIX}/${EGDIR}/sudoers
- ${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR}
.include "../../mk/bsd.pkg.mk"