summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/PLIST4
-rw-r--r--print/cups/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/print/cups/PLIST b/print/cups/PLIST
index 9e0ff8e2c03..4ff85969135 100644
--- a/print/cups/PLIST
+++ b/print/cups/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2008/04/03 04:06:27 markd Exp $
+@comment $NetBSD: PLIST,v 1.24 2008/04/12 22:43:09 jlam Exp $
bin/cancel
bin/cups-config
bin/cupstestdsc
@@ -1567,7 +1567,7 @@ share/doc/cups/zh_TW/images/button-view-error-log.gif
share/doc/cups/zh_TW/images/button-view-page-log.gif
share/doc/cups/zh_TW/images/button-view-printable-version.gif
share/doc/cups/zh_TW/index.html
-${PAM}share/examples/cups/cups.pam
+${PLIST.pam}share/examples/cups/cups.pam
share/examples/cups/cupsd.conf
share/examples/cups/mime.convs
share/examples/cups/mime.types
diff --git a/print/cups/options.mk b/print/cups/options.mk
index 9f7fe0dae03..6842b7644e1 100644
--- a/print/cups/options.mk
+++ b/print/cups/options.mk
@@ -1,20 +1,20 @@
-# $NetBSD: options.mk,v 1.1 2008/01/22 23:58:13 markd Exp $
+# $NetBSD: options.mk,v 1.2 2008/04/12 22:43:09 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cups
PKG_SUPPORTED_OPTIONS= dnssd kerberos pam slp
PKG_SUGGESTED_OPTIONS= dnssd kerberos slp
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= pam
.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --enable-pam
MESSAGE_SRC= ${PKGDIR}/MESSAGE
MESSAGE_SRC+= ${PKGDIR}/MESSAGE.pam
-PLIST_SUBST+= PAM=
+PLIST.pam= yes
.else
CONFIGURE_ARGS+= --disable-pam
MESSAGE_SRC= ${.CURDIR}/MESSAGE
-PLIST_SUBST+= PAM="@comment "
.endif
.if !empty(PKG_OPTIONS:Mslp)