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/cy2-plain | |
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/cy2-plain')
-rw-r--r-- | security/cy2-plain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cy2-plain/Makefile b/security/cy2-plain/Makefile index 4cc1b7f415e..30627292d07 100644 --- a/security/cy2-plain/Makefile +++ b/security/cy2-plain/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:39 rodent Exp $ +# $NetBSD: Makefile,v 1.10 2017/04/27 13:56:47 jperkin Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-plain/} +PKGREVISION= 1 COMMENT= Cyrus SASL PLAIN authentication plugin SASL_PLUGIN= yes |