summaryrefslogtreecommitdiff
path: root/x11/blt
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-14 02:16:03 +0000
committerrillig <rillig>2006-10-14 02:16:03 +0000
commit5edd4b94583d52ba7df4a4f3256adcb6c7310e7f (patch)
tree75aaf01f7a46e7765a52b5af9da88f2fedc56b7c /x11/blt
parent4e4c488d1080d722f820d8c6f6f8fe98fa843851 (diff)
downloadpkgsrc-5edd4b94583d52ba7df4a4f3256adcb6c7310e7f.tar.gz
This package installs the demo programs as executable, but doesn't care
about the path to the script interpreter.
Diffstat (limited to 'x11/blt')
-rw-r--r--x11/blt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/blt/Makefile b/x11/blt/Makefile
index 6de07019ecc..fd4276d217c 100644
--- a/x11/blt/Makefile
+++ b/x11/blt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:11:31 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/14 02:16:03 rillig Exp $
#
DISTNAME= BLT2.4z
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib
CONFIGURE_ENV+= X11BASE=${X11BASE:Q}
MAKE_ENV+= CP=${CP:Q}
+CHECK_INTERPRETER_SKIP+= lib/*/demos/*.tcl
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"