summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-04-10 02:59:23 +0000
committerschmonz <schmonz@pkgsrc.org>2005-04-10 02:59:23 +0000
commit56f373d22ba22bb1d9d8dae1f329c2c6dfe516e3 (patch)
treeec260e2cb9010adf9ade8376a39ef27b1421effa /mail/qmail
parent336bbe436d5b2661eb996944881b48aa1682d1e3 (diff)
downloadpkgsrc-56f373d22ba22bb1d9d8dae1f329c2c6dfe516e3.tar.gz
If the "tls" option is enabled, append the additional targets to
INSTALL_TARGET, rather than replacing them. This had been broken with the introduction of djbware.mk.
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index f7fc4b8e208..af7d0087003 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2005/03/29 12:34:16 schmonz Exp $
+# $NetBSD: options.mk,v 1.10 2005/04/10 02:59:23 schmonz Exp $
.if ${OPSYS} == "Darwin"
PKG_DEFAULT_OPTIONS+= darwin
@@ -112,7 +112,7 @@ PATCHFILES+= ${TLSSASL_PATCH}
SITES_${TLSSASL_PATCH}= http://shupp.org/patches/
. if !empty(PKG_OPTIONS:Mtls)
CFLAGS+= -DTLS=20040419 # from the patch
-INSTALL_TARGET+= cert tmprsadh
+DJB_INSTALL_TARGETS= cert tmprsadh
USE_GNU_TOOLS+= make
PLIST_SRC+= ${PKGDIR}/PLIST.tls
. endif