diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
| commit | ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch) | |
| tree | 7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /math/ruby-gnuplot/Makefile | |
| parent | 939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff) | |
Notes
Diffstat (limited to 'math/ruby-gnuplot/Makefile')
| -rw-r--r-- | math/ruby-gnuplot/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |
