From c8c4529c1ba22579c039428de3fdca9e6e299d83 Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 26 Jun 2020 16:37:22 +0000 Subject: [PATCH] Assign non-default SUBST_FILES.djberrno with =, not += (because it doesn't actually append). --- devel/libtai/Makefile | 4 ++-- mail/fastforward/Makefile | 4 ++-- mail/mess822/Makefile | 4 ++-- mail/qmail-conf/Makefile | 4 ++-- sysutils/daemontools/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile index 00de48b7491b..6e3de0901274 100644 --- a/devel/libtai/Makefile +++ b/devel/libtai/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2020/06/25 05:42:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.22 2020/06/26 16:37:22 schmonz Exp $ # DISTNAME= libtai-0.60 @@ -18,7 +18,7 @@ DJB_RESTRICTED= NO EGDIR= share/examples/${PKGBASE} SUBST_CLASSES+= djberrno -SUBST_FILES.djberrno+= leapsecs_read.c +SUBST_FILES.djberrno= leapsecs_read.c SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure diff --git a/mail/fastforward/Makefile b/mail/fastforward/Makefile index f3590bba5bd2..aca777bbfbf9 100644 --- a/mail/fastforward/Makefile +++ b/mail/fastforward/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2020/06/25 05:42:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.29 2020/06/26 16:37:22 schmonz Exp $ # DISTNAME= fastforward-0.51 @@ -20,7 +20,7 @@ DJB_BUILD_TARGETS= install instcheck DJB_RESTRICTED= no SUBST_CLASSES+= djberrno -SUBST_FILES.djberrno+= cdb_seek.c +SUBST_FILES.djberrno= cdb_seek.c error.h SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index bde7da827faa..282731741534 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2020/06/25 05:42:38 schmonz Exp $ +# $NetBSD: Makefile,v 1.36 2020/06/26 16:37:23 schmonz Exp $ # DISTNAME= mess822-0.58 @@ -21,7 +21,7 @@ DJB_BUILD_TARGETS= install instcheck AUTO_MKDIRS= yes SUBST_CLASSES+= djberrno -SUBST_FILES.djberrno+= cdb_seek.c +SUBST_FILES.djberrno= cdb_seek.c error.h SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index d9424f0def1b..5104ebe030c8 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/06/25 05:42:38 schmonz Exp $ +# $NetBSD: Makefile,v 1.37 2020/06/26 16:37:23 schmonz Exp $ # DISTNAME= qmail-conf-0.60 @@ -19,7 +19,7 @@ DJB_RESTRICTED= NO DJB_CONFIG_CMDS= ${ECHO} ${PREFIX:Q} > ${WRKSRC}/conf-ucspi-tcp; SUBST_CLASSES+= djberrno -SUBST_FILES.djberrno+= ../djbdns-1.05/error.h +SUBST_FILES.djberrno= ../djbdns-1.05/error.h .include "options.mk" diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index aea1450ab6b7..692f358cbeb3 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2020/06/25 05:42:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.45 2020/06/26 16:37:23 schmonz Exp $ DISTNAME= daemontools-0.76 PKGREVISION= 3 @@ -28,7 +28,7 @@ USE_TOOLS+= file INSTALLATION_DIRS= bin man ${PKGMANDIR}/man8 SUBST_CLASSES+= djberrno -SUBST_FILES.djberrno+= src/error.h +SUBST_FILES.djberrno= src/error.h SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure