pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/blt This package installs the demo programs as exe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea8e13c16211
branches:  trunk
changeset: 520036:ea8e13c16211
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 14 02:16:03 2006 +0000

description:
This package installs the demo programs as executable, but doesn't care
about the path to the script interpreter.

diffstat:

 x11/blt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3977104a3e3f -r ea8e13c16211 x11/blt/Makefile
--- a/x11/blt/Makefile  Sat Oct 14 02:13:04 2006 +0000
+++ b/x11/blt/Makefile  Sat Oct 14 02:16:03 2006 +0000
@@ -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_ENV+=                X11BASE=${X11BASE:Q}
 MAKE_ENV+=             CP=${CP:Q}
 
+CHECK_INTERPRETER_SKIP+=       lib/*/demos/*.tcl
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index