Assign non-default SUBST_FILES.djberrno with =, not += (because it
doesn't actually append).
This commit is contained in:
parent
a5eca9641a
commit
c8c4529c1b
5 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue