diff options
author | wiz <wiz> | 2006-04-13 21:45:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-04-13 21:45:12 +0000 |
commit | 7b014939a401c71e3a85fe90b2cc7aa00793a75f (patch) | |
tree | df83175fa75029d606eaa4c0306c97cb82c83b46 /security/cy2-crammd5 | |
parent | 2b6d2b7c1cd9910fb84ec1a329435ef7b5a418a1 (diff) | |
download | pkgsrc-7b014939a401c71e3a85fe90b2cc7aa00793a75f.tar.gz |
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'security/cy2-crammd5')
-rw-r--r-- | security/cy2-crammd5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cy2-crammd5/Makefile b/security/cy2-crammd5/Makefile index 5c7a169b81f..e10f67a0109 100644 --- a/security/cy2-crammd5/Makefile +++ b/security/cy2-crammd5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:42 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/04/13 21:45:14 wiz Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-crammd5/} PKGREVISION= 1 @@ -7,7 +7,7 @@ SASL_PLUGIN= yes CONFLICTS= cyrus-sasl<=2.1.19nb1 -.include "../../security/cyrus-sasl2/Makefile.common" +.include "../../security/cyrus-sasl/Makefile.common" CONFIGURE_ARGS+= --enable-cram |