summaryrefslogtreecommitdiff
path: root/security/cy2-login
diff options
context:
space:
mode:
authorwiz <wiz>2006-04-13 21:45:12 +0000
committerwiz <wiz>2006-04-13 21:45:12 +0000
commit7b014939a401c71e3a85fe90b2cc7aa00793a75f (patch)
treedf83175fa75029d606eaa4c0306c97cb82c83b46 /security/cy2-login
parent2b6d2b7c1cd9910fb84ec1a329435ef7b5a418a1 (diff)
downloadpkgsrc-7b014939a401c71e3a85fe90b2cc7aa00793a75f.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.