From 6de7d866ee1ccd60d156a2ac0dbf71a3948a3966 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 25 Jun 2006 09:40:01 +0000 Subject: Disable CHECK_INTERPRETER for *.hsml files, since they are not intended to be executed directly. --- www/screws/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/screws') diff --git a/www/screws/Makefile b/www/screws/Makefile index 040694b5402..bf36947559d 100644 --- a/www/screws/Makefile +++ b/www/screws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/06/25 09:40:01 rillig Exp $ # DISTNAME= screws-0.56 @@ -32,6 +32,10 @@ SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= src/Utils/screwsctl SUBST_SED.paths= -e 's|/var/log|${VARBASE}/log|g' +# The HSML files do not really contain a script interpreter, only +# something very similar. +CHECK_INTERPRETER_SKIP+= *.hsml + .include "options.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3