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-graph | |
parent | 4aa34c64c500840cdcabfd0efafc7193e5bb8a8b (diff) | |
download | ports-8dc9b4eb8bca30bf9b923f84ff86bb439204854d.tar.gz ports-8dc9b4eb8bca30bf9b923f84ff86bb439204854d.zip |
Notes
Diffstat (limited to 'graphics/ruby-graph')
-rw-r--r-- | graphics/ruby-graph/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-graph/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ruby-graph/Makefile b/graphics/ruby-graph/Makefile index 229ef1a7680a..93551f05bd82 100644 --- a/graphics/ruby-graph/Makefile +++ b/graphics/ruby-graph/Makefile @@ -29,9 +29,9 @@ do-install: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} + ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif diff --git a/graphics/ruby-graph/pkg-plist b/graphics/ruby-graph/pkg-plist index 877946fdc884..dd842092a701 100644 --- a/graphics/ruby-graph/pkg-plist +++ b/graphics/ruby-graph/pkg-plist @@ -2,7 +2,7 @@ %%RUBY_SITELIBDIR%%/graph/directed_graph.rb %%RUBY_SITELIBDIR%%/graph/graphviz_dot.rb @dirrm %%RUBY_SITELIBDIR%%/graph -%%PORTDOCS%%%%RUBY_DOCDIR%%/graph/BUGS -%%PORTDOCS%%%%RUBY_DOCDIR%%/graph/Changelog -%%PORTDOCS%%%%RUBY_DOCDIR%%/graph/README -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/graph +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/BUGS +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Changelog +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |