summaryrefslogtreecommitdiff
path: root/textproc/ruby-html-parser/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-11-03 05:16:51 +0000
committertaca <taca@pkgsrc.org>2005-11-03 05:16:51 +0000
commit3a2181c1e3b965955eef7feb53d2bae5f628a9a4 (patch)
tree505f4c66051ea131c05651655b5ae60786b7283d /textproc/ruby-html-parser/Makefile
parentb30d124c659e7c7e6d004b5a2d51a02335f4f9cd (diff)
downloadpkgsrc-3a2181c1e3b965955eef7feb53d2bae5f628a9a4.tar.gz
- Update ruby-html-parser pacakge to 19990912p2.
- Use USE_RUBY_INSTALL. 2001-07-10 Fix array concatination statement in install_rb() of the install.rb for Ruby 1.6.2 or later. Reported by Ed L Cashin <ecashin@terry.uga.edu>
Diffstat (limited to 'textproc/ruby-html-parser/Makefile')
-rw-r--r--textproc/ruby-html-parser/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile
index f05b58367ab..b37447fb1dc 100644
--- a/textproc/ruby-html-parser/Makefile
+++ b/textproc/ruby-html-parser/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:37 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/11/03 05:16:51 taca Exp $
DISTNAME= html-parser-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-html-parser-${VERSION}
-PKGREVISION= 1
CATEGORIES= textproc ruby
MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/
@@ -13,14 +12,10 @@ COMMENT= HTML-parser package for Ruby
NO_BUILD= yes
NO_CONFIGURE= yes
-MODULES= formatter.rb html-parser.rb sgml-parser.rb
-VERSION= 19990912p1
+USE_RUBY_INSTALL= yes
+VERSION= 19990912p2
-do-install:
- ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}
-.for f in ${MODULES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}
-.endfor
+post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/html-parser
${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser