diff options
author | rillig <rillig> | 2006-06-26 05:59:00 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-26 05:59:00 +0000 |
commit | 1925b0885315470d3bf1431be1eab123cead1c07 (patch) | |
tree | fabe855446d82921aaaac7c6fe9b2e49386b74c9 /cad | |
parent | 56e2a392d618c359d089517a234d8581b087fecb (diff) | |
download | pkgsrc-1925b0885315470d3bf1431be1eab123cead1c07.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 |