This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
26 lines
666 B
Makefile
26 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/01/01 18:16:35 rillig Exp $
|
|
#
|
|
|
|
CLISP_MODULE= berkeley-db
|
|
|
|
PKGNAME= clisp-bdb-${CLISP_VERSION}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
|
|
|
|
MAINTAINER= hans@NetBSD.org
|
|
HOMEPAGE= http://clisp.cons.org/
|
|
COMMENT= CLISP Berkeley DB module
|
|
|
|
SUBST_CLASSES+= db4-libname
|
|
SUBST_STAGE.db4-libname= pre-configure
|
|
SUBST_FILES.db4-libname= modules/berkeley-db/configure
|
|
SUBST_SED.db4-libname= -e "/names_next_round='db '/s/db/db4/"
|
|
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../lang/clisp/module.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|