Update to 19990912p2.

This commit is contained in:
Akinori MUSHA 2001-07-11 09:33:52 +00:00
parent 26fd9b0a77
commit 509e917731
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45028
3 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (ruby/html-parser-19990912p1.tar.gz) = f8aaa127c54416ac435c81119adb9fff
MD5 (ruby/html-parser-19990912p2.tar.gz) = 68d28807b032584a5d6cfcb509c5bca7

View file

@ -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