summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/PLIST6
-rw-r--r--mail/qmail/options.mk10
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/qmail/PLIST b/mail/qmail/PLIST
index 59b100365e9..2678f942a30 100644
--- a/mail/qmail/PLIST
+++ b/mail/qmail/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2007/03/09 12:34:22 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.12 2008/04/12 22:43:04 jlam Exp $
bin/bouncesaying
bin/condredirect
bin/datemail
@@ -43,7 +43,7 @@ bin/qsmhook
bin/sendmail
bin/splogger
bin/tcp-env
-${QMAIL_TLS}bin/update_tmprsadh
+${PLIST.tls}bin/update_tmprsadh
man/cat1/bouncesaying.0
man/cat1/condredirect.0
man/cat1/except.0
@@ -164,7 +164,7 @@ share/doc/qmail/PIC.relaybad
share/doc/qmail/PIC.relaygood
share/doc/qmail/PIC.rem2local
share/doc/qmail/README.pkgsrc
-${QMAIL_QREGEX}share/doc/qmail/README.qregex
+${PLIST.qregex}share/doc/qmail/README.qregex
share/doc/qmail/REMOVE.binmail
share/doc/qmail/REMOVE.sendmail
share/doc/qmail/SENDMAIL${DARWINSUFX}
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index 83bf03d3e3d..4273854d95b 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2008/03/20 03:30:32 schmonz Exp $
+# $NetBSD: options.mk,v 1.30 2008/04/12 22:43:04 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_OPTIONS_OPTIONAL_GROUPS= rcpt
@@ -45,13 +45,13 @@ PATCHFILES+= ${OUTGOINGIP_PATCH}
SITES.${OUTGOINGIP_PATCH}= http://www.qmail.org/
.endif
-PLIST_SUBST+= QMAIL_QREGEX="@comment "
+PLIST_VARS+= qregex
.if !empty(PKG_OPTIONS:Mqmail-qregex)
QREGEX_PATCH= qregex-20060423.patch
PATCHFILES+= ${QREGEX_PATCH}
SITES.${QREGEX_PATCH}= http://www.arda.homeunix.net/store/qmail/
PATCH_DIST_STRIP.${QREGEX_PATCH}= -p3
-PLIST_SUBST+= QMAIL_QREGEX=""
+PLIST.qregex= yes
.endif
.if !empty(PKG_OPTIONS:Mqmail-realrcptto)
@@ -61,7 +61,7 @@ SITES.${REALRCPTTO_PATCH}= http://code.dogmap.org/qmail/
PATCH_DIST_STRIP.${REALRCPTTO_PATCH}= -p1
.endif
-PLIST_SUBST+= QMAIL_TLS="@comment "
+PLIST_VARS+= tls
.if !empty(PKG_OPTIONS:Msasl) || !empty(PKG_OPTIONS:Mtls)
. if empty(PKG_OPTIONS:Msasl)
PKG_OPTIONS+= sasl
@@ -74,7 +74,7 @@ SITES.${TLSSASL_PATCH}= http://shupp.org/patches/
CFLAGS+= -DTLS=20060104 # NOTE: update according to the patch
DJB_INSTALL_TARGETS= cert tmprsadh
USE_TOOLS+= gmake
-PLIST_SUBST+= QMAIL_TLS=""
+PLIST.tls= yes
. endif
.endif