diff options
author | rillig <rillig> | 2006-10-14 02:16:03 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-14 02:16:03 +0000 |
commit | 2ec43d37161af537b43bfc1d612d566f5fcca3d9 (patch) | |
tree | 75aaf01f7a46e7765a52b5af9da88f2fedc56b7c /x11 | |
parent | d0576ed97686a158b89f25bc275014c206144925 (diff) | |
download | pkgsrc-2ec43d37161af537b43bfc1d612d566f5fcca3d9.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')
-rw-r--r-- | x11/blt/Makefile | 4 |
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" |