diff options
Diffstat (limited to 'devel/ruby-property')
-rw-r--r-- | devel/ruby-property/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-property/pkg-plist | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile index e51ab424f625..68012f339e36 100644 --- a/devel/ruby-property/Makefile +++ b/devel/ruby-property/Makefile @@ -27,12 +27,12 @@ post-patch: do-install: ${INSTALL_DATA} ${WRKSRC}/property.rb ${RUBY_SITELIBDIR} .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/property/ja + ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in property-example.rb test.default property.README Properties.html rubyapi.css - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/property + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR} .endfor .for f in property.README.ja Properties-ja.html - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/property/ja + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja .endfor .endif diff --git a/devel/ruby-property/pkg-plist b/devel/ruby-property/pkg-plist index d15cf51fcf86..efa764367924 100644 --- a/devel/ruby-property/pkg-plist +++ b/devel/ruby-property/pkg-plist @@ -1,10 +1,10 @@ %%RUBY_SITELIBDIR%%/property.rb -%%PORTDOCS%%%%RUBY_DOCDIR%%/property/property-example.rb -%%PORTDOCS%%%%RUBY_DOCDIR%%/property/test.default -%%PORTDOCS%%%%RUBY_DOCDIR%%/property/property.README -%%PORTDOCS%%%%RUBY_DOCDIR%%/property/Properties.html -%%PORTDOCS%%%%RUBY_DOCDIR%%/property/rubyapi.css -%%PORTDOCS%%%%RUBY_DOCDIR%%/property/ja/property.README.ja -%%PORTDOCS%%%%RUBY_DOCDIR%%/property/ja/Properties-ja.html -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/property/ja -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/property +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/property-example.rb +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/test.default +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/property.README +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Properties.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rubyapi.css +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/property.README.ja +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/Properties-ja.html +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |