pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/screws Disable CHECK_INTERPRETER for *.hsml files,...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b2b7461091a
branches: trunk
changeset: 515108:8b2b7461091a
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 25 09:40:01 2006 +0000
description:
Disable CHECK_INTERPRETER for *.hsml files, since they are not intended
to be executed directly.
diffstat:
www/screws/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 9e09cb53e72e -r 8b2b7461091a www/screws/Makefile
--- a/www/screws/Makefile Sun Jun 25 09:31:43 2006 +0000
+++ b/www/screws/Makefile Sun Jun 25 09:40:01 2006 +0000
@@ -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_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"
Home |
Main Index |
Thread Index |
Old Index