summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-04-13 21:45:12 +0000
committerwiz <wiz@pkgsrc.org>2006-04-13 21:45:12 +0000
commit0719006c41c5960c7848b1e488e9656d269e72f7 (patch)
treedf83175fa75029d606eaa4c0306c97cb82c83b46 /mk
parent66276e181252d79dd4d9affb1ff2c7a6b6eb395d (diff)
downloadpkgsrc-0719006c41c5960c7848b1e488e9656d269e72f7.tar.gz
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.options.mk4
-rw-r--r--mk/defaults/mk.conf6
2 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk
index 19cfa8b9152..d7404d32ec4 100644
--- a/mk/bsd.options.mk
+++ b/mk/bsd.options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.50 2005/11/14 04:25:50 rillig Exp $
+# $NetBSD: bsd.options.mk,v 1.51 2006/04/13 21:45:14 wiz Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -128,7 +128,7 @@
# ### SASL authentication
# ###
# .if !empty(PKG_OPTIONS:Msasl)
-# . include "../../security/cyrus-sasl2/buildlink3.mk"
+# . include "../../security/cyrus-sasl/buildlink3.mk"
# CONFIGURE_ARGS+= --enable-sasl=${BUILDLINK_PREFIX.sasl}
# .endif
#
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 75977eecdb0..6eba640a2c8 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.116 2006/04/12 21:01:15 joerg Exp $
+# $NetBSD: mk.conf,v 1.117 2006/04/13 21:45:14 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -680,13 +680,13 @@ CUPS_USER?= lp
# Default: not defined
CYRUS_GROUP?= mail
-# Used in cyrus-imapd, cyrus-imapd21, cyrus-sasl, and cyrus-sasl2 to
+# Used in cyrus-imapd, cyrus-imapd21, and cyrus-sasl to
# specify the group used for installing setuid programs.
# Possible: any group name
# Default: mail
CYRUS_USER?= cyrus
-# Used in cyrus-imapd, cyrus-imapd21, cyrus-sasl, and cyrus-sasl2 to
+# Used in cyrus-imapd, cyrus-imapd21, and cyrus-sasl to
# specify the userid used for installing setuid programs.
# Possible: any user name
# Default: cyrus