pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/swig Exclude all files in share/examples/swig/ f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f98f838c37cd
branches: trunk
changeset: 514819:f98f838c37cd
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 18 10:45:06 2006 +0000
description:
Exclude all files in share/examples/swig/ from CHECK_INTERPRETER. This
is necessary to avoid a run-time dependency on Perl.
diffstat:
devel/swig/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b2d1c3e09733 -r f98f838c37cd devel/swig/Makefile
--- a/devel/swig/Makefile Sun Jun 18 10:35:42 2006 +0000
+++ b/devel/swig/Makefile Sun Jun 18 10:45:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/05/21 16:34:19 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2006/06/18 10:45:06 rillig Exp $
DISTNAME= swig-1.3.29
CATEGORIES= devel
@@ -20,7 +20,7 @@
INSTALLATION_DIRS+= share/doc/swig share/examples/swig
-CHECK_INTERPRETER_SKIP+= share/examples/swig/guile/matrix/matrix.scm
+CHECK_INTERPRETER_SKIP+= share/examples/swig/*
post-install:
cd ${WRKSRC:Q}/Doc/Manual && \
Home |
Main Index |
Thread Index |
Old Index