diff options
author | taca <taca@pkgsrc.org> | 2007-01-28 15:25:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-01-28 15:25:11 +0000 |
commit | a04fc91fbaab45489bdee55c79310389e50d088f (patch) | |
tree | 84243b0d4ae6b78787a449b7e0dcb281b956c307 /textproc/ruby-xmlparser | |
parent | 94ec013d6cfd052384493a4aa55a7e95a29a2ca5 (diff) | |
download | pkgsrc-a04fc91fbaab45489bdee55c79310389e50d088f.tar.gz |
Fix permission of some directories in examples.
Diffstat (limited to 'textproc/ruby-xmlparser')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 5 |
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 |