4760eca917
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.
22 lines
538 B
Makefile
22 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/01/01 18:16:36 rillig Exp $
|
|
#
|
|
|
|
CLISP_MODULE= wildcard
|
|
|
|
PKGNAME= clisp-${CLISP_MODULE}-${CLISP_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
|
|
|
|
MAINTAINER= hans@NetBSD.org
|
|
HOMEPAGE= http://clisp.cons.org/
|
|
COMMENT= CLISP wildcard matching module
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
post-extract:
|
|
(cd ${WRKSRC} && cp -p src/gllib/alloca.in.h src/gllib/alloca.h)
|
|
|
|
.include "../../lang/clisp/module.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|