aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-html-parser
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-07-11 09:33:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-07-11 09:33:52 +0000
commit509e917731930fe31d332a25a2d2fbfa28dc2cc4 (patch)
tree66eac42fba290c0d854a183a90e044412c2090de /textproc/ruby-html-parser
parent26fd9b0a77d35da8d8d3bffb35c244cdf705ea83 (diff)
downloadports-509e917731930fe31d332a25a2d2fbfa28dc2cc4.tar.gz
ports-509e917731930fe31d332a25a2d2fbfa28dc2cc4.zip
Notes
Diffstat (limited to 'textproc/ruby-html-parser')
-rw-r--r--textproc/ruby-html-parser/Makefile7
-rw-r--r--textproc/ruby-html-parser/distinfo2
-rw-r--r--textproc/ruby-html-parser/pkg-plist1
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile
index 7b83af5c9a51..ce21fa9100a5 100644
--- a/textproc/ruby-html-parser/Makefile
+++ b/textproc/ruby-html-parser/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= html-parser
-PORTVERSION= 19990912.p1
+PORTVERSION= 19990912p2
CATEGORIES= textproc ruby
MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -26,8 +25,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}
.endfor
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/html-parser
- ${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser/
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/README.* ${RUBY_DOCDIR}/${PORTNAME}/
.endif
.include <bsd.port.mk>
diff --git a/textproc/ruby-html-parser/distinfo b/textproc/ruby-html-parser/distinfo
index 555b3eb77661..8566ca8e3acf 100644
--- a/textproc/ruby-html-parser/distinfo
+++ b/textproc/ruby-html-parser/distinfo
@@ -1 +1 @@
-MD5 (ruby/html-parser-19990912p1.tar.gz) = f8aaa127c54416ac435c81119adb9fff
+MD5 (ruby/html-parser-19990912p2.tar.gz) = 68d28807b032584a5d6cfcb509c5bca7
diff --git a/textproc/ruby-html-parser/pkg-plist b/textproc/ruby-html-parser/pkg-plist
index 70fc602943ff..156d75699e43 100644
--- a/textproc/ruby-html-parser/pkg-plist
+++ b/textproc/ruby-html-parser/pkg-plist
@@ -2,4 +2,5 @@
%%RUBY_SITELIBDIR%%/html-parser.rb
%%RUBY_SITELIBDIR%%/sgml-parser.rb
%%PORTDOCS%%%%RUBY_DOCDIR%%/html-parser/README.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/html-parser/README.rd
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/html-parser