diff options
author | jmmv <jmmv> | 2011-01-09 19:22:17 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2011-01-09 19:22:17 +0000 |
commit | 8b66018a2b15fc6848769ff67a8e56502d971323 (patch) | |
tree | 536109af17dc1c554091086c59b3da174e1f1dc9 /security/sudo/Makefile | |
parent | 88c18be88031c12babb30715312ef3e49686999e (diff) | |
download | pkgsrc-8b66018a2b15fc6848769ff67a8e56502d971323.tar.gz |
Fix previous: I redefined OWN_DIRS which prevented the creation of the
run dir in VARBASE... Bump PKGREVISION to 3.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 5588518a4f5..ba30dee895b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.125 2011/01/07 17:54:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.126 2011/01/09 19:22:17 jmmv Exp $ # DISTNAME= sudo-1.7.4p4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -43,7 +43,7 @@ DOCDIR= share/doc/${PKGBASE} EGDIR= share/examples/${PKGBASE} CONF_FILES_PERMS= ${EGDIR}/sudoers ${PKG_SYSCONFDIR}/sudoers \ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0440 -OWN_DIRS= ${PKG_SYSCONFDIR}/sudoers.d +OWN_DIRS+= ${PKG_SYSCONFDIR}/sudoers.d SPECIAL_PERMS+= bin/sudo ${SETUID_ROOT_PERMS} INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR} |