pkgsrc/sysutils/daemontools-encore/Makefile
schmonz 3948870bde Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.
2020-06-25 05:42:36 +00:00

23 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/06/25 05:42:40 schmonz Exp $
DISTNAME= daemontools-encore-1.11
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://untroubled.org/daemontools-encore/
COMMENT= Collection of tools for managing UNIX services
LICENSE= mit
CONFLICTS+= daemontools-[0-9]*
DJB_RESTRICTED= no
MAKE_ENV+= PKGSRC_SHELL=${TOOLS_PLATFORM.sh}
INSTALL_TARGET= install
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"