summaryrefslogtreecommitdiff
path: root/print
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 /print
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 'print')
-rw-r--r--print/cups/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index d485ae53450..c0753c3e24f 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2005/05/31 11:24:32 dillo Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -54,10 +54,10 @@ CONFIGURE_ENV+= DSOFLAGS="${LDFLAGS}"
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.cups
-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+= --enable-pam
MESSAGE_SRC= ${PKGDIR}/MESSAGE
@@ -135,7 +135,7 @@ post-install:
;; \
esac; \
done
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
${INSTALL_DATA} ${WRKDIR}/cups.pam ${EGDIR}
.endif