summaryrefslogtreecommitdiff
path: root/security/cy2-login
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-04-13 21:45:12 +0000
committerwiz <wiz@pkgsrc.org>2006-04-13 21:45:12 +0000
commit0719006c41c5960c7848b1e488e9656d269e72f7 (patch)
treedf83175fa75029d606eaa4c0306c97cb82c83b46 /security/cy2-login
parent66276e181252d79dd4d9affb1ff2c7a6b6eb395d (diff)
downloadpkgsrc-0719006c41c5960c7848b1e488e9656d269e72f7.tar.gz
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'security/cy2-login')
-rw-r--r--security/cy2-login/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cy2-login/Makefile b/security/cy2-login/Makefile
index 94206e84b47..a0cd47a11d7 100644
--- a/security/cy2-login/Makefile
+++ b/security/cy2-login/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:42 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/04/13 21:45:14 wiz Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-login/}
PKGREVISION= 1
COMMENT= Cyrus SASL LOGIN authentication plugin
SASL_PLUGIN= yes
-.include "../../security/cyrus-sasl2/Makefile.common"
+.include "../../security/cyrus-sasl/Makefile.common"
# We need to configure the PLAIN plugin as well since some of the important
# build variables for the LOGIN plugin are only set if PLAIN is configured.