diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-20 01:56:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-20 01:56:11 +0000 |
commit | 4ecdf6436e05d11a3803c16389b2b69fc57a9fc6 (patch) | |
tree | a390b9ec1b31690fd7f35ec69ec698567c6d0321 /security | |
parent | 0735e3941f5b1e432372479f68e1ba2484c23b99 (diff) | |
download | pkgsrc-4ecdf6436e05d11a3803c16389b2b69fc57a9fc6.tar.gz |
The plugins directory is under ${PREFIX} and we install a plugin in
there already, so don't use OWN_DIRS -- just use @dirrm. Bump the
PKGREVISION to 2.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 5 | ||||
-rw-r--r-- | security/cyrus-sasl2/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 6f84bfabd6f..251a63f2bc2 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2005/03/02 15:52:26 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/08/20 01:56:11 jlam Exp $ .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= csasl COMMENT= Simple Authentication and Security Layer @@ -62,7 +62,6 @@ BUILD_DEFS+= CYRUS_USER CYRUS_GROUP PKG_GROUPS= ${CYRUS_GROUP} PKG_USERS= ${CYRUS_USER}:${CYRUS_GROUP}::::${SH} -OWN_DIRS= ${PLUGINDIR} MESSAGE_SUBST+= _PLUGINDIR=${_PLUGINDIR} diff --git a/security/cyrus-sasl2/PLIST b/security/cyrus-sasl2/PLIST index 897bd4fc673..cbe4810cb29 100644 --- a/security/cyrus-sasl2/PLIST +++ b/security/cyrus-sasl2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/11/15 21:58:17 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/08/20 01:56:11 jlam Exp $ include/sasl/hmac-md5.h include/sasl/md5.h include/sasl/md5global.h @@ -96,4 +96,5 @@ share/doc/cyrus-sasl/testing.txt share/doc/cyrus-sasl/upgrading.html share/doc/cyrus-sasl/windows.html @dirrm share/doc/cyrus-sasl +@dirrm lib/sasl2 @dirrm include/sasl |