summaryrefslogtreecommitdiff
path: root/devel/ruby-libgtop
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
commit8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch)
tree9615b3688d1803f562165c15a4f065a2095b4ad0 /devel/ruby-libgtop
parentAdd fontconfig, an XML-based font configuration API for X. (diff)
Use RUBY_MOD*.
Notes
Notes: svn path=/head/; revision=67504
Diffstat (limited to 'devel/ruby-libgtop')
-rw-r--r--devel/ruby-libgtop/Makefile8
-rw-r--r--devel/ruby-libgtop/pkg-plist10
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/ruby-libgtop/Makefile b/devel/ruby-libgtop/Makefile
index 5d4c3b936654..c3435e1ebee1 100644
--- a/devel/ruby-libgtop/Makefile
+++ b/devel/ruby-libgtop/Makefile
@@ -29,13 +29,13 @@ EXAMPLES= test.rb
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
- ${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/devel/ruby-libgtop/pkg-plist b/devel/ruby-libgtop/pkg-plist
index c3b55b8757fb..f09a4479ea69 100644
--- a/devel/ruby-libgtop/pkg-plist
+++ b/devel/ruby-libgtop/pkg-plist
@@ -1,6 +1,6 @@
%%RUBY_SITEARCHLIBDIR%%/ruby_libgtop.so
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/libgtop/test.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/libgtop
-%%PORTDOCS%%%%RUBY_DOCDIR%%/libgtop/ChangeLog
-%%PORTDOCS%%%%RUBY_DOCDIR%%/libgtop/README
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/libgtop
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%