aboutsummaryrefslogtreecommitdiff
path: root/net/ruby-romp
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
commitea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch)
tree7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /net/ruby-romp
parent939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff)
downloadports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz
ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip
Notes
Diffstat (limited to 'net/ruby-romp')
-rw-r--r--net/ruby-romp/Makefile8
-rw-r--r--net/ruby-romp/pkg-plist10
2 files changed, 9 insertions, 9 deletions
diff --git a/net/ruby-romp/Makefile b/net/ruby-romp/Makefile
index 4420915006a1..bf4b4e8639d4 100644
--- a/net/ruby-romp/Makefile
+++ b/net/ruby-romp/Makefile
@@ -43,13 +43,13 @@ post-patch:
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/net/ruby-romp/pkg-plist b/net/ruby-romp/pkg-plist
index f4774f564f5e..9f20965edc84 100644
--- a/net/ruby-romp/pkg-plist
+++ b/net/ruby-romp/pkg-plist
@@ -1,7 +1,7 @@
%%RUBY_SITEARCHLIBDIR%%/romp_helper.so
%%RUBY_SITELIBDIR%%/romp.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/romp/client.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/romp/server.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/romp
-%%PORTDOCS%%%%RUBY_DOCDIR%%/romp/romp.html
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/romp
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/client.rb
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/server.rb
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/romp.html
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%