diff options
author | jlam <jlam@pkgsrc.org> | 2005-02-26 08:14:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-02-26 08:14:11 +0000 |
commit | 55ecced35d7dc1009e45d45e2bc5df0770743dec (patch) | |
tree | 14befab77f39f313668cca76b75bb46391e9b4a3 | |
parent | 1849e2cd38a12ac9d62af0b6bda9768018833a50 (diff) | |
download | pkgsrc-55ecced35d7dc1009e45d45e2bc5df0770743dec.tar.gz |
Correct path to courier-authlib in comment.
-rw-r--r-- | security/cyrus-sasl2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 140b3158dea..fe471508bb1 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/11/15 21:58:16 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2005/02/26 08:14:11 jlam Exp $ .include "Makefile.common" @@ -28,8 +28,8 @@ SASLSOCKETDIR?= ${VARBASE}/run/saslauthd CONFIGURE_ARGS+= --with-saslauthd=${SASLSOCKETDIR} BUILD_DEFS+= SASLSOCKETDIR -# Support using the Courier authdaemon (mail/courier-auth*) for plaintext -# password authentication. +# Support using the Courier authdaemond (security/courier-authlib) for +# plaintext password authentication. # AUTHDAEMONVAR?= ${VARBASE}/authdaemon CONFIGURE_ARGS+= --with-authdaemond=${AUTHDAEMONVAR} |