summaryrefslogtreecommitdiff
path: root/net/proftpd
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-18 23:02:00 +0000
committerjlam <jlam>2004-11-18 23:02:00 +0000
commite912d13c3031b2b128e152c0c3a6233b3d3abf09 (patch)
treea32bc06d97cae879388cf051e927beda49265aa9 /net/proftpd
parent7d172ff32e4e03bb2736b4b12815b5f07d089178 (diff)
downloadpkgsrc-e912d13c3031b2b128e152c0c3a6233b3d3abf09.tar.gz
The universal option to enable PAM support is "PAM" not "pam". We strive
to use common option names were possible, so change these instances of "pam" to "PAM" to match existing usage.
Diffstat (limited to 'net/proftpd')
-rw-r--r--net/proftpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile
index 7d134dbf4ef..8d2be328b29 100644
--- a/net/proftpd/Makefile
+++ b/net/proftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/13 23:03:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2004/11/18 23:02:00 jlam Exp $
DISTNAME= proftpd-1.2.10
CATEGORIES= net
@@ -28,7 +28,7 @@ RCD_SCRIPTS= proftpd
CONF_FILES= ${PREFIX}/share/examples/proftpd/basic.conf \
${PKG_SYSCONFDIR}/proftpd.conf
-PKG_SUPPORTED_OPTIONS = pam wrap quota
+PKG_SUPPORTED_OPTIONS = PAM wrap quota
PKG_OPTIONS_VAR = PROFTPD_OPTIONS
# This (or something like this must be in mk/bsd.options.mk) to allow
@@ -37,7 +37,7 @@ PKG_OPTIONS_VAR = PROFTPD_OPTIONS
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mpam)
+.if !empty(PKG_OPTIONS:MPAM)
CONFIGURE_ARGS+= --enable-auth-pam
.include "../../security/PAM/buildlink3.mk"
.endif