summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-05-31 11:24:32 +0000
committerdillo <dillo@pkgsrc.org>2005-05-31 11:24:32 +0000
commitd6bfbe85829aea0114438e88656e5bbf748e39a7 (patch)
tree9fa6ca91820e60dd51d24475d2159189a4b2df85 /net
parent6e68b06993127a08a66fd54d03bc6a7d7f55f491 (diff)
downloadpkgsrc-d6bfbe85829aea0114438e88656e5bbf748e39a7.tar.gz
Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'net')
-rw-r--r--net/ja-samba/options.mk6
-rw-r--r--net/openafs/Makefile6
-rw-r--r--net/proftpd/Makefile6
-rw-r--r--net/samba/options.mk6
-rw-r--r--net/samba2/options.mk6
5 files changed, 15 insertions, 15 deletions
diff --git a/net/ja-samba/options.mk b/net/ja-samba/options.mk
index e864655ca6b..5b61a27e42e 100644
--- a/net/ja-samba/options.mk
+++ b/net/ja-samba/options.mk
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.2 2005/05/03 15:40:30 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2005/05/31 11:24:32 dillo Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ja-samba
-PKG_SUPPORTED_OPTIONS= PAM cups ldap
+PKG_SUPPORTED_OPTIONS= pam cups ldap
.include "../../mk/bsd.options.mk"
###
### Support PAM authentication.
###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --with-pam
.endif
diff --git a/net/openafs/Makefile b/net/openafs/Makefile
index 506dc43495f..3d58e222d53 100644
--- a/net/openafs/Makefile
+++ b/net/openafs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/05/25 22:09:39 gendalia Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/31 11:24:32 dillo Exp $
DISTNAME= openafs-1.3.82-src
PKGNAME= ${DISTNAME:C/-src//}
@@ -20,11 +20,11 @@ USE_GNU_CONFIGURE_HOST= no
WRKSRC= ${WRKDIR}/${PKGNAME}
-PKG_SUPPORTED_OPTIONS = PAM
+PKG_SUPPORTED_OPTIONS = pam
PKG_OPTIONS_VAR = PKG_OPTIONS.openafs
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
CONFIGURE_ARGS+= --enable-pam
.include "../../mk/pam.buildlink3.mk"
PLIST_SRC+= ${.CURDIR}/PLIST.pam
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile
index c61409173fe..689b40a344c 100644
--- a/net/proftpd/Makefile
+++ b/net/proftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:25 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/31 11:24:32 dillo Exp $
DISTNAME= proftpd-1.2.10
PKGREVISION= 1
@@ -29,7 +29,7 @@ RCD_SCRIPTS= proftpd
CONF_FILES= ${PREFIX}/share/examples/proftpd/basic.conf \
${PKG_SYSCONFDIR}/proftpd.conf
-PKG_SUPPORTED_OPTIONS = PAM wrap quota pgsql
+PKG_SUPPORTED_OPTIONS = pam wrap quota pgsql
PKG_OPTIONS_VAR = PKG_OPTIONS.proftpd
# This (or something like this must be in mk/bsd.options.mk) to allow
@@ -38,7 +38,7 @@ PKG_OPTIONS_VAR = PKG_OPTIONS.proftpd
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
CONFIGURE_ARGS+= --enable-auth-pam
.include "../../mk/pam.buildlink3.mk"
.endif
diff --git a/net/samba/options.mk b/net/samba/options.mk
index b27199b7237..2018ee42f25 100644
--- a/net/samba/options.mk
+++ b/net/samba/options.mk
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.5 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.6 2005/05/31 11:24:32 dillo Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.samba
-PKG_SUPPORTED_OPTIONS= PAM ads cups ldap ldap-compat
+PKG_SUPPORTED_OPTIONS= pam ads cups ldap ldap-compat
.include "../../mk/bsd.options.mk"
###
### Support PAM authentication and build smbpass and winbind PAM modules.
###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../security/PAM/module.mk"
CONFIGURE_ARGS+= --with-pam
CONFIGURE_ARGS+= --with-pam_smbpass
diff --git a/net/samba2/options.mk b/net/samba2/options.mk
index 3d8ebcb8081..0697c907db3 100644
--- a/net/samba2/options.mk
+++ b/net/samba2/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2005/05/31 11:24:32 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.samba2
-PKG_SUPPORTED_OPTIONS= PAM cups ldap-compat
+PKG_SUPPORTED_OPTIONS= pam cups ldap-compat
PKG_OPTIONS_LEGACY_VARS+= USE_OPENLDAP:ldap-compat
.include "../../mk/bsd.options.mk"
@@ -9,7 +9,7 @@ PKG_OPTIONS_LEGACY_VARS+= USE_OPENLDAP:ldap-compat
###
### Support PAM authentication.
###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --with-pam
.endif