summaryrefslogtreecommitdiff
path: root/www/screws/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/screws/Makefile')
-rw-r--r--www/screws/Makefile6
1 files changed, 5 insertions, 1 deletions
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"