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.
21 lines
469 B
Makefile
21 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/01/01 18:16:39 rillig Exp $
|
|
#
|
|
|
|
CLISP_MODULE= fastcgi
|
|
|
|
PKGNAME= clisp-${CLISP_MODULE}-${CLISP_VERSION}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://clisp.cons.org/
|
|
COMMENT= CLISP FastCGI module
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
|
.include "../../lang/clisp/module.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../www/fcgi/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|