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 /devel/ruby-property | |
parent | 4aa34c64c500840cdcabfd0efafc7193e5bb8a8b (diff) | |
download | ports-8dc9b4eb8bca30bf9b923f84ff86bb439204854d.tar.gz ports-8dc9b4eb8bca30bf9b923f84ff86bb439204854d.zip |
Notes
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%% |