aboutsummaryrefslogtreecommitdiff
path: root/math/ruby-algebra/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-07-25 05:28:08 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-07-25 05:28:08 +0000
commite1a378a80b3af17276a2caa41d037d272001f975 (patch)
treea712e72d314c4a929aaf43a406e8b7da44eb8d84 /math/ruby-algebra/Makefile
parentb743dbd3da7da53b4dee341d38c3ad5f6598e1c9 (diff)
Notes
Diffstat (limited to 'math/ruby-algebra/Makefile')
-rw-r--r--math/ruby-algebra/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ruby-algebra/Makefile b/math/ruby-algebra/Makefile
index 529b5caf98da..a9046f91984a 100644
--- a/math/ruby-algebra/Makefile
+++ b/math/ruby-algebra/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= algebra
-PORTVERSION= 0.47
+PORTVERSION= 0.49
CATEGORIES= math ruby
MASTER_SITES= http://blade.nagaokaut.ac.jp/~sinara/ruby/math/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -22,10 +22,10 @@ DOCS_EN= doc/*.txt doc/*.rd doc/*.html
DOCS_JA= doc-jp/*.txt doc-jp/*.rd doc-jp/*.html
do-install:
- ${CP} -R ${WRKSRC}/*.rb ${RUBY_SITELIBDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/*.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/