diff options
Diffstat (limited to 'cad/geda-examples/Makefile')
-rw-r--r-- | cad/geda-examples/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 83879161922..8dfe824612c 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/23 04:02:55 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/05 13:03:47 dmcmahill Exp $ # DISTNAME= geda-examples-${PKGVERSION} @@ -19,6 +19,9 @@ CONFLICTS+= gEDA<19991011 GNU_CONFIGURE= YES USE_GNU_TOOLS+= make +pre-install: + ${RM} -f ${WRKSRC}/config.status.overridden + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/geda cd ${WRKSRC} && tar -cf - * | \ |