summaryrefslogtreecommitdiff
path: root/textproc/ruby-xmlparser/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-01-28 15:25:11 +0000
committertaca <taca@pkgsrc.org>2007-01-28 15:25:11 +0000
commita04fc91fbaab45489bdee55c79310389e50d088f (patch)
tree84243b0d4ae6b78787a449b7e0dcb281b956c307 /textproc/ruby-xmlparser/Makefile
parent94ec013d6cfd052384493a4aa55a7e95a29a2ca5 (diff)
downloadpkgsrc-a04fc91fbaab45489bdee55c79310389e50d088f.tar.gz
Fix permission of some directories in examples.
Diffstat (limited to 'textproc/ruby-xmlparser/Makefile')
-rw-r--r--textproc/ruby-xmlparser/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile
index 7710cec81e8..bc41a9d5708 100644
--- a/textproc/ruby-xmlparser/Makefile
+++ b/textproc/ruby-xmlparser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:11:07 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2007/01/28 15:25:11 taca Exp $
#
DISTNAME= xmlparser-0.6.8.1
@@ -18,7 +18,8 @@ WRKSRC= ${WRKDIR}/xmlparser
REPLACE_RUBY_DIRS= ${WRKSRC}/samples
pre-patch:
- ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/samples; ${RM} -r */CVS
+ cd ${WRKSRC}/samples; ${RM} -fr */CVS
+ cd ${WRKSRC}/samples; find . -type d -exec ${CHMOD} 0755 {} \;
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/xmlparser