diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-12 08:39:23 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-12 08:39:23 +0000 |
commit | 9f8ab3880435a9a6626549c8cc7e23e51de38835 (patch) | |
tree | d5b2870db0825b3cc269d3cab41e4a354a9f668a /cad | |
parent | fcdc548b46988f08f432c988a11c7d68724d697e (diff) | |
download | pkgsrc-9f8ab3880435a9a6626549c8cc7e23e51de38835.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-examples/Makefile | 6 | ||||
-rw-r--r-- | cad/pcb/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index dc1a63def75..eaaeec2dba3 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/12 08:42:37 hasso Exp $ # DISTNAME= geda-examples-${PKGVERSION} +PKGREVISION= 1 CATEGORIES= cad MAINTAINER= dmcmahill@NetBSD.org @@ -19,6 +20,9 @@ USE_TOOLS+= find gmake tar CHECK_INTERPRETER_SKIP+= share/examples/* +post-extract: + ${CHMOD} -R go-w ${WRKSRC} + pre-install: ${RM} -f ${WRKSRC}/config.status.overridden ${RM} -f ${WRKSRC}/configure.lineno diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 02a353eec96..06c9f495010 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2008/12/03 00:28:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.45 2009/05/12 08:39:23 hasso Exp $ # DISTNAME= pcb-20081128 +PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcb/} @@ -62,6 +63,9 @@ EXPORTERS+= png CONFIGURE_ARGS+= --with-exporters=${EXPORTERS:Q} +post-extract: + ${CHMOD} -R go-w ${WRKSRC} + # remove some stuff that is either broken or unmaintained # and would require another runtime depends post-install: |