diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-04-27 13:56:46 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-04-27 13:56:46 +0000 |
commit | ec47dc8fcd08c4fa1f4858e05d016be5236142c8 (patch) | |
tree | 016f9537d1ce2a9382a16ee591ed4b09595cf29d /security/cyrus-saslauthd | |
parent | 3bf8c5aedc30928d11f744e65156492c26cad0a9 (diff) | |
download | pkgsrc-ec47dc8fcd08c4fa1f4858e05d016be5236142c8.tar.gz |
Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the
shared Makefile.common.
Diffstat (limited to 'security/cyrus-saslauthd')
-rw-r--r-- | security/cyrus-saslauthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index a836fc9d16f..03f857717cf 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2016/12/16 15:42:20 hans Exp $ +# $NetBSD: Makefile,v 1.52 2017/04/27 13:56:47 jperkin Exp $ PKGNAME= ${DISTNAME:S/sasl/saslauthd/} -PKGREVISION= 6 +PKGREVISION= 7 CONFLICTS+= cyrus-sasl<2.1.15nb2 .include "../../security/cyrus-sasl/Makefile.common" |