summaryrefslogtreecommitdiff
path: root/security/openssh+gssapi
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 11:24:32 +0000
committerdillo <dillo>2005-05-31 11:24:32 +0000
commitfac65d1279e93d27720238562175e727b99a5c3b (patch)
tree9fa6ca91820e60dd51d24475d2159189a4b2df85 /security/openssh+gssapi
parent1ca89eff35d04a7d9b408dabdb94fc8d21dd4e1f (diff)
downloadpkgsrc-fac65d1279e93d27720238562175e727b99a5c3b.tar.gz
Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'security/openssh+gssapi')
-rw-r--r--security/openssh+gssapi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile
index 70d0c5ca6c6..5fdb5e049e4 100644
--- a/security/openssh+gssapi/Makefile
+++ b/security/openssh+gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/28 14:11:13 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/31 11:24:33 dillo Exp $
# NOTE: This package is modeled on ../openssh, but does not share
# files with it as that package may update faster than the gssapi
@@ -74,10 +74,10 @@ CPPFLAGS+= -I/usr/include/krb5 -I/usr/include/kerberosIV
# XXX: why yet. For the moment, disable PAM authentication.
#
#PKG_OPTIONS_VAR= PKG_OPTIONS.openssh+gssapi
-#PKG_SUPPORTED_OPTIONS= PAM
+#PKG_SUPPORTED_OPTIONS= pam
#.include "../../mk/bsd.options.mk"
#
-#.if !empty(PKG_OPTIONS:MPAM)
+#.if !empty(PKG_OPTIONS:Mpam)
#. include "../../mk/pam.buildlink3.mk"
#CONFIGURE_ARGS+= --with-pam
#PLIST_SRC+= ${.CURDIR}/PLIST.pam
@@ -154,7 +154,7 @@ post-install:
cd ${WRKSRC}; for file in ${CONFS} ${SUPPS}; do \
${INSTALL_DATA} $${file}.out ${EGDIR}/$${file}; \
done
-#.if defined(USE_PAM)
+#.if !empty(PKT_OPTIONS:Mpam)
# ${INSTALL_DATA} ${WRKSRC}/contrib/sshd.pam.freebsd ${EGDIR}/sshd.pam
#.endif