diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-04 12:21:45 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-04 12:21:45 +0000 |
commit | 45d250c44f6c5d1aa4464296014f0165f4d5df6a (patch) | |
tree | a3e99fdfea85317a62889dd2e01317129dae1c1d | |
parent | 4ae3b5e6578b49b931f198823a94f0aae625e271 (diff) | |
download | pkgsrc-45d250c44f6c5d1aa4464296014f0165f4d5df6a.tar.gz |
Add examples to CHECK_WRKREF_SKIP.
-rw-r--r-- | devel/swig/Makefile | 3 | ||||
-rw-r--r-- | devel/swig2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile index 583ff9d460e..2cae1a6b75f 100644 --- a/devel/swig/Makefile +++ b/devel/swig/Makefile @@ -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 @@ USE_LIBTOOL= YES 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 --git a/devel/swig2/Makefile b/devel/swig2/Makefile index c12ece50f9d..c50fb284242 100644 --- a/devel/swig2/Makefile +++ b/devel/swig2/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 |