summaryrefslogtreecommitdiff
path: root/math/ruby-gnuplot/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-08 08:55:56 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-08 08:55:56 +0000
commit0ef909f7636d4c7845262c7d3aa5b50687c5499b (patch)
tree8d8b1dc7ccc0c80dffba71951c5ac2d7d569982a /math/ruby-gnuplot/Makefile
parentUpdate to 1.0.19. (diff)
Update to 0.5.
Diffstat (limited to 'math/ruby-gnuplot/Makefile')
-rw-r--r--math/ruby-gnuplot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile
index 48bd6ed657fe..22b91290a5bd 100644
--- a/math/ruby-gnuplot/Makefile
+++ b/math/ruby-gnuplot/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnuplot
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= math ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= r${PORTNAME}
@@ -37,9 +37,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/Gnuplot.rb ${RUBY_SITELIBDIR}/gplot/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/demo.rb ${RUBY_MODEXAMPLESDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/*_demo.rb ${RUBY_MODEXAMPLESDIR}/
${MKDIR} ${RUBY_MODDOCDIR}
-.for f in README
+.for f in ChangeLog.txt README
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif