diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-31 11:24:32 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-31 11:24:32 +0000 |
commit | 4928410e6e830ad4a779ebe79c7ce58365054302 (patch) | |
tree | 9fa6ca91820e60dd51d24475d2159189a4b2df85 /print | |
parent | 4d8d63425031a94caa040c30f5c8e747b8a9d398 (diff) | |
download | pkgsrc-4928410e6e830ad4a779ebe79c7ce58365054302.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/Makefile | 8 |
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 |