aboutsummaryrefslogtreecommitdiff
path: root/math/ruby-gnuplot
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
commitea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch)
tree7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /math/ruby-gnuplot
parent939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff)
downloadports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz
ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip
Notes
Diffstat (limited to 'math/ruby-gnuplot')
-rw-r--r--math/ruby-gnuplot/Makefile8
-rw-r--r--math/ruby-gnuplot/pkg-plist10
2 files changed, 9 insertions, 9 deletions
diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile
index 5e4b6ee8472e..35a717918c0c 100644
--- a/math/ruby-gnuplot/Makefile
+++ b/math/ruby-gnuplot/Makefile
@@ -36,11 +36,11 @@ do-install:
${MKDIR} ${RUBY_SITELIBDIR}/gplot
${INSTALL_DATA} ${WRKSRC}/[A-Z]*.rb ${RUBY_SITELIBDIR}/gplot/
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/demo.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/demo.rb ${RUBY_MODEXAMPLESDIR}/
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in README TODO
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
diff --git a/math/ruby-gnuplot/pkg-plist b/math/ruby-gnuplot/pkg-plist
index 0b0d5af44b3c..507a1b57ff3c 100644
--- a/math/ruby-gnuplot/pkg-plist
+++ b/math/ruby-gnuplot/pkg-plist
@@ -4,8 +4,8 @@
%%RUBY_SITELIBDIR%%/gplot/PlotItem.rb
%%RUBY_SITELIBDIR%%/gplot/Writer.rb
@dirrm %%RUBY_SITELIBDIR%%/gplot
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnuplot/demo.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gnuplot
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gnuplot/README
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gnuplot/TODO
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/gnuplot
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo.rb
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%