pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail Make sure ${TAR} is present



details:   https://anonhg.NetBSD.org/pkgsrc/rev/206aca37a5d1
branches:  trunk
changeset: 425083:206aca37a5d1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 17:56:09 2020 +0000

description:
Make sure ${TAR} is present

diffstat:

 mail/qmail/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6136cee01281 -r 206aca37a5d1 mail/qmail/Makefile
--- a/mail/qmail/Makefile       Wed Mar 18 17:55:46 2020 +0000
+++ b/mail/qmail/Makefile       Wed Mar 18 17:56:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2020/02/03 04:51:27 schmonz Exp $
+# $NetBSD: Makefile,v 1.118 2020/03/18 17:56:09 joerg Exp $
 #
 
 DISTNAME=              notqmail-1.07
@@ -80,6 +80,8 @@
 PKG_FAIL_REASON+=      "QMAIL_QUEUE_DIR must not be under ${QMAILDIR}"
 .endif
 
+USE_TOOLS+=            tar
+
 .if !empty(QMAIL_QUEUE_EXTRA)
 USE_TOOLS+=            expr
 QUEUE_EXTRA=           "T${QMAIL_QUEUE_EXTRA}\\0"



Home | Main Index | Thread Index | Old Index