diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
commit | 8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch) | |
tree | 9615b3688d1803f562165c15a4f065a2095b4ad0 /graphics/ruby-pgplot | |
parent | 4aa34c64c500840cdcabfd0efafc7193e5bb8a8b (diff) |
Notes
Diffstat (limited to 'graphics/ruby-pgplot')
-rw-r--r-- | graphics/ruby-pgplot/Makefile | 10 | ||||
-rw-r--r-- | graphics/ruby-pgplot/pkg-plist | 38 |
2 files changed, 24 insertions, 24 deletions
diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile index fbd468c134a5..53af106aac55 100644 --- a/graphics/ruby-pgplot/Makefile +++ b/graphics/ruby-pgplot/Makefile @@ -31,16 +31,16 @@ EXAMPLES_EN= pgdemo*.rb test/*.rb post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} + ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ .endfor - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja + ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif diff --git a/graphics/ruby-pgplot/pkg-plist b/graphics/ruby-pgplot/pkg-plist index cccefeaa5a8a..56781b24cd4b 100644 --- a/graphics/ruby-pgplot/pkg-plist +++ b/graphics/ruby-pgplot/pkg-plist @@ -1,20 +1,20 @@ %%RUBY_SITEARCHLIBDIR%%/pgplot.so -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo1.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo3.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo4.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo9.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo15.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgband.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgcurs.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pggray.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pglcur.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgline.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgncur.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgolin.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgtick.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pgplot -%%PORTDOCS%%%%RUBY_DOCDIR%%/pgplot/FuncUsage -%%PORTDOCS%%%%RUBY_DOCDIR%%/pgplot/README.en -%%PORTDOCS%%%%RUBY_DOCDIR%%/pgplot/ja/README.jp -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pgplot/ja -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pgplot +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgdemo1.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgdemo3.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgdemo4.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgdemo9.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgdemo15.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgband.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgcurs.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pggray.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pglcur.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgline.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgncur.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgolin.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pgtick.rb +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/FuncUsage +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.jp +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |