diff options
author | wiz <wiz> | 2006-04-13 21:45:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-04-13 21:45:12 +0000 |
commit | 2dc4749facca2ffef40489bc2c7d33d9a865b9cb (patch) | |
tree | df83175fa75029d606eaa4c0306c97cb82c83b46 /security/cy2-plain | |
parent | c62058958df53fdcd8dc44fe3f111552f12dcc76 (diff) | |
download | pkgsrc-2dc4749facca2ffef40489bc2c7d33d9a865b9cb.tar.gz |
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'security/cy2-plain')
-rw-r--r-- | security/cy2-plain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cy2-plain/Makefile b/security/cy2-plain/Makefile index 0a16eb396f2..d9a8c68c384 100644 --- a/security/cy2-plain/Makefile +++ b/security/cy2-plain/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-plain/} 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-plain |