3948870bde
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@.
19 lines
461 B
Makefile
19 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/06/25 05:42:38 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= qmailanalog-0.70
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://cr.yp.to/software/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= https://cr.yp.to/qmailanalog.html
|
|
COMMENT= Collection of tools to help analyze qmail's activity
|
|
|
|
DJB_RESTRICTED= YES
|
|
DJB_CONFIG_PREFIX= ${PREFIX}/qmailanalog
|
|
|
|
SUBST_CLASSES+= djberrno
|
|
|
|
.include "../../mk/djbware.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|