pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad Fix install on platforms not using pax tar. Bump P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92ad850f5929
branches: trunk
changeset: 392839:92ad850f5929
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue May 12 08:39:23 2009 +0000
description:
Fix install on platforms not using pax tar. Bump PKGREVISION.
diffstat:
cad/geda-examples/Makefile | 6 +++++-
cad/pcb/Makefile | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (46 lines):
diff -r 084d7b3fdefc -r 92ad850f5929 cad/geda-examples/Makefile
--- a/cad/geda-examples/Makefile Tue May 12 08:27:09 2009 +0000
+++ b/cad/geda-examples/Makefile Tue May 12 08:39:23 2009 +0000
@@ -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@localhost
@@ -19,6 +20,9 @@
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 -r 084d7b3fdefc -r 92ad850f5929 cad/pcb/Makefile
--- a/cad/pcb/Makefile Tue May 12 08:27:09 2009 +0000
+++ b/cad/pcb/Makefile Tue May 12 08:39:23 2009 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index