diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-26 05:59:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-26 05:59:00 +0000 |
commit | 50d27ccfb4a65f9b9c2ff8ca2c046a2787c56c19 (patch) | |
tree | fabe855446d82921aaaac7c6fe9b2e49386b74c9 /cad | |
parent | 4a718499f6b7fbefec9506e5c4f976e393cf3c0d (diff) | |
download | pkgsrc-50d27ccfb4a65f9b9c2ff8ca2c046a2787c56c19.tar.gz |
CHECK_INTERPRETER_SKIP+= share/examples/*
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-examples/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 6f421631039..81a94739f53 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:21 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/26 05:59:00 rillig Exp $ # DISTNAME= geda-examples-${PKGVERSION} @@ -16,6 +16,8 @@ CONFLICTS+= gEDA<19991011 GNU_CONFIGURE= YES USE_TOOLS+= find gmake tar +CHECK_INTERPRETER_SKIP+= share/examples/* + pre-install: ${RM} -f ${WRKSRC}/config.status.overridden ${RM} -f ${WRKSRC}/configure.lineno |