Received: by mail.netbsd.org (Postfix, from userid 605) id A9C0E84D53; Mon, 28 May 2018 13:02:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3399A84D24 for ; Mon, 28 May 2018 13:02:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id y_Szzb_osl08 for ; Mon, 28 May 2018 13:02:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A6F5584CD0 for ; Mon, 28 May 2018 13:02:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E4F9FBEB; Mon, 28 May 2018 13:02:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152751252429090" MIME-Version: 1.0 Date: Mon, 28 May 2018 13:02:04 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/mess822 To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20180528130204.9E4F9FBEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152751252429090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon May 28 13:02:04 UTC 2018 Modified Files: pkgsrc/mail/mess822: Makefile Log Message: Use SUBST_VARS shorthand. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/mess822/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152751252429090 Content-Disposition: inline Content-Length: 695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mess822/Makefile diff -u pkgsrc/mail/mess822/Makefile:1.28 pkgsrc/mail/mess822/Makefile:1.29 --- pkgsrc/mail/mess822/Makefile:1.28 Mon Jun 26 02:04:35 2017 +++ pkgsrc/mail/mess822/Makefile Mon May 28 13:02:04 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/06/26 02:04:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.29 2018/05/28 13:02:04 schmonz Exp $ # DISTNAME= mess822-0.58 @@ -26,7 +26,7 @@ SUBST_FILES.djbware+= cdb_seek.c SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure SUBST_FILES.paths= hier.c -SUBST_SED.paths= -e 's,@PKGMANDIR@,${PKGMANDIR},g' +SUBST_VARS.paths= PKGMANDIR pre-build: cp ${BUILDLINK_DIR}/include/*.h ${WRKSRC} --_----------=_152751252429090--