pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qmail If the "tls" option is enabled, append the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1cc7590a6769
branches: trunk
changeset: 492328:1cc7590a6769
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Apr 10 02:59:23 2005 +0000
description:
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:
mail/qmail/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b3f1509ac80c -r 1cc7590a6769 mail/qmail/options.mk
--- a/mail/qmail/options.mk Sun Apr 10 02:54:46 2005 +0000
+++ b/mail/qmail/options.mk Sun Apr 10 02:59:23 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index