aboutsummaryrefslogtreecommitdiff
path: root/biology/ruby-bio/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-11-28 13:46:31 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-11-28 13:46:31 +0000
commit2bc9eb704d34e77d2663aa898f6c2dacbe49ee76 (patch)
treea3d98f12a48b15c33408c07cf2f0a1f7dfa64926 /biology/ruby-bio/Makefile
parent3bff62f933c1d11c7475bfc8e71caad18fdde211 (diff)
Notes
Diffstat (limited to 'biology/ruby-bio/Makefile')
-rw-r--r--biology/ruby-bio/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile
index b21101ad859f..ac9b6e05fc0a 100644
--- a/biology/ruby-bio/Makefile
+++ b/biology/ruby-bio/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= bio
-PORTVERSION= 0.3.20011024
+PORTVERSION= 0.3.2
CATEGORIES= biology ruby
MASTER_SITES= ftp://ftp.bioruby.org/bioruby/src/
MASTER_SITE_SUBDIR= knu
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}ruby-${PORTVERSION:R}-${PORTVERSION:E}
+DISTNAME= ${PORTNAME}ruby-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
@@ -27,8 +27,9 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
${CP} -R ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.ja ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.include <bsd.port.mk>