aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-property
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-07 05:08:30 +0800
committerknu <knu@FreeBSD.org>2002-10-07 05:08:30 +0800
commit3762885a8d60e005e66d49d09e37082a6604324a (patch)
treec2ca2f16115a296809f0407a67e1ef519d6ffccb /devel/ruby-property
parentbf19b7122ce4c6a1aca63f43dbee255f703e1114 (diff)
downloadfreebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.tar.gz
freebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.tar.zst
freebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.zip
Use RUBY_MOD*.
Diffstat (limited to 'devel/ruby-property')
-rw-r--r--devel/ruby-property/Makefile6
-rw-r--r--devel/ruby-property/pkg-plist18
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%%