aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-html-parser/Makefile
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/Makefile
parent26fd9b0a77d35da8d8d3bffb35c244cdf705ea83 (diff)
downloadports-509e917731930fe31d332a25a2d2fbfa28dc2cc4.tar.gz
ports-509e917731930fe31d332a25a2d2fbfa28dc2cc4.zip
Notes
Diffstat (limited to 'textproc/ruby-html-parser/Makefile')
-rw-r--r--textproc/ruby-html-parser/Makefile7
1 files changed, 3 insertions, 4 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>