summaryrefslogtreecommitdiff
path: root/textproc/docbook/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2011-04-06 18:39:59 +0000
committergdt <gdt@pkgsrc.org>2011-04-06 18:39:59 +0000
commit951129ac8472d99c8ca8d5d74e425c3055aadc23 (patch)
tree346f934998fabd44df8c34e69036e0b837e99f7d /textproc/docbook/Makefile
parenta7eb295f93ac73479d1cd16f9f44ed1980b1d388 (diff)
downloadpkgsrc-951129ac8472d99c8ca8d5d74e425c3055aadc23.tar.gz
chmod +w files copied into WRKDIR from sources.
Avoids failure when source tree is 444, as it is with CVSREAD=t.
Diffstat (limited to 'textproc/docbook/Makefile')
-rw-r--r--textproc/docbook/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile
index 20c6dfd223b..99890ad9af4 100644
--- a/textproc/docbook/Makefile
+++ b/textproc/docbook/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2009/04/12 07:19:22 minskim Exp $
+# $NetBSD: Makefile,v 1.42 2011/04/06 18:39:59 gdt Exp $
DISTNAME= docbook-4.4
PKGREVISION= 3
@@ -40,6 +40,7 @@ SGML_CATALOGS+= ${PREFIX}/share/sgml/docbook/${ver}/catalog
do-build:
.for ver in 241 30 31 40 41 42 43 44
${CP} ${FILESDIR}/catalog${ver} ${WRKDIR}
+ ${CHMOD} +w ${WRKDIR}/catalog${ver}
${ECHO} "CATALOG \"${ISOCAT}\"" >> ${WRKDIR}/catalog${ver}
.endfor