diff options
author | shattered <shattered@pkgsrc.org> | 2009-02-01 21:39:43 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-02-01 21:39:43 +0000 |
commit | bcb98e32573c49310e93440d80548e6df0836530 (patch) | |
tree | 3adeb1106c7bcf234c4fc9c2805bd35fe6b5c041 /security/heimdal | |
parent | ad779f6561056e3e9e5da207df25f036de68d852 (diff) | |
download | pkgsrc-bcb98e32573c49310e93440d80548e6df0836530.tar.gz |
heimdal leaves empty directories after deinstallation, fix that.
OK by wiz@.
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 6 | ||||
-rw-r--r-- | security/heimdal/PLIST | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 34580ffe613..12ade2b977b 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.71 2008/05/14 18:01:26 jwise Exp $ +# $NetBSD: Makefile,v 1.72 2009/02/01 21:39:43 shattered Exp $ DISTNAME= heimdal-1.1 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ -PKGREVISION= 1 +PKGREVISION= 2 MAINTAINER= lha@NetBSD.org HOMEPAGE= http://www.h5l.org/ @@ -65,7 +65,7 @@ OWN_DIRS_PERMS= ${HEIMDAL_HDB_DIR} ${ROOT_USER} ${ROOT_GROUP} 0700 SPECIAL_PERMS+= ${PREFIX}/bin/otp ${SETUID_ROOT_PERMS} SPECIAL_PERMS= ${PREFIX}/bin/${KRB5_PREFIX}su ${SETUID_ROOT_PERMS} RCD_SCRIPTS= kadmind kcm kdc kpasswdd -INFO_FILES= # PLIST +INFO_FILES= yes # Dynamically determine the "replacement" headers for bits needed by # Heimdal but are missing in the base system and add them to the PLIST. diff --git a/security/heimdal/PLIST b/security/heimdal/PLIST index 72b31d97455..1175ddd23e6 100644 --- a/security/heimdal/PLIST +++ b/security/heimdal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2008/05/14 18:01:26 jwise Exp $ +@comment $NetBSD: PLIST,v 1.17 2009/02/01 21:39:44 shattered Exp $ bin/afslog bin/compile_et bin/gss @@ -832,5 +832,8 @@ share/examples/rc.d/kcm share/examples/rc.d/kdc share/examples/rc.d/kpasswdd ${PLIST.ldap}@dirrm share/examples/heimdal -@dirrm include/krb5/kadm5 @dirrm include/krb5/ss +@dirrm include/krb5/roken +@dirrm include/krb5/krb5 +@dirrm include/krb5/kadm5 +@dirrm include/krb5/gssapi |