pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Add examples to CHECK_WRKREF_SKIP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bc83decd584
branches:  trunk
changeset: 362071:4bc83decd584
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu May 04 12:21:45 2017 +0000

description:
Add examples to CHECK_WRKREF_SKIP.

diffstat:

 devel/swig/Makefile  |  3 ++-
 devel/swig2/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 53bc53e92702 -r 4bc83decd584 devel/swig/Makefile
--- a/devel/swig/Makefile       Thu May 04 12:19:12 2017 +0000
+++ b/devel/swig/Makefile       Thu May 04 12:21:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/06/12 10:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2017/05/04 12:21:45 jperkin Exp $
 
 DISTNAME=      swig-1.3.38
 PKGREVISION=   1
@@ -27,6 +27,7 @@
 INSTALLATION_DIRS+=    share/doc/swig share/examples/swig
 
 CHECK_INTERPRETER_SKIP+=       share/examples/swig/*
+CHECK_WRKREF_SKIP+=            share/examples/swig/*
 
 post-install:
        cd ${WRKSRC}/Doc/Manual && \
diff -r 53bc53e92702 -r 4bc83decd584 devel/swig2/Makefile
--- a/devel/swig2/Makefile      Thu May 04 12:19:12 2017 +0000
+++ b/devel/swig2/Makefile      Thu May 04 12:21:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/05/04 12:21:45 jperkin Exp $
 
 DISTNAME=      swig-2.0.12
 PKGNAME=       ${DISTNAME:S/swig-/swig2-/}
@@ -44,6 +44,7 @@
 INSTALLATION_DIRS+=    share/doc/swig/2.0 share/examples/swig/2.0
 
 CHECK_INTERPRETER_SKIP+=       share/examples/swig/*
+CHECK_WRKREF_SKIP+=            share/examples/swig/*
 
 # configure fails to generate this on NetBSD
 LDFLAGS+=      -lpcre



Home | Main Index | Thread Index | Old Index