summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-03-02 15:52:26 +0000
committerjlam <jlam@pkgsrc.org>2005-03-02 15:52:26 +0000
commit915339f298ff920adc9112fcd730f796105a71c7 (patch)
treef12e8073ed61e1cfe61a9e38e9f0859fa9d4216c /security
parent260da60784d62d6bc8452263695852eb2701540d (diff)
downloadpkgsrc-915339f298ff920adc9112fcd730f796105a71c7.tar.gz
The path to the Courier authdaemond socket was improperly being set to
the wrong value. Fix it so that the default is now correctly set to be /var/authdaemond/socket. Bump the PKGREVISION to 1.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index fe471508bb1..6f84bfabd6f 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2005/02/26 08:14:11 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2005/03/02 15:52:26 jlam Exp $
.include "Makefile.common"
-PKGREVISION= # empty
+PKGREVISION= 1
SVR4_PKGNAME= csasl
COMMENT= Simple Authentication and Security Layer
@@ -32,7 +32,7 @@ BUILD_DEFS+= SASLSOCKETDIR
# plaintext password authentication.
#
AUTHDAEMONVAR?= ${VARBASE}/authdaemon
-CONFIGURE_ARGS+= --with-authdaemond=${AUTHDAEMONVAR}
+CONFIGURE_ARGS+= --with-authdaemond=${AUTHDAEMONVAR}/socket
BUILD_DEFS+= AUTHDAEMONVAR
# Support using APOP against a POP server for plaintext password