aboutsummaryrefslogtreecommitdiff
path: root/net/ruby-tcpsocketpipe
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-tcpsocketpipe')
-rw-r--r--net/ruby-tcpsocketpipe/Makefile4
-rw-r--r--net/ruby-tcpsocketpipe/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ruby-tcpsocketpipe/Makefile b/net/ruby-tcpsocketpipe/Makefile
index 60b3f43f3d4c..d5008823127b 100644
--- a/net/ruby-tcpsocketpipe/Makefile
+++ b/net/ruby-tcpsocketpipe/Makefile
@@ -25,8 +25,8 @@ NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/TCPSocketPipe.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/monitor.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/monitor.rb ${RUBY_MODEXAMPLESDIR}/
.endif
.include <bsd.port.mk>
diff --git a/net/ruby-tcpsocketpipe/pkg-plist b/net/ruby-tcpsocketpipe/pkg-plist
index d7e8025f34a5..f19c70ed94a1 100644
--- a/net/ruby-tcpsocketpipe/pkg-plist
+++ b/net/ruby-tcpsocketpipe/pkg-plist
@@ -1,3 +1,3 @@
%%RUBY_SITELIBDIR%%/TCPSocketPipe.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tcpsocketpipe/monitor.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tcpsocketpipe
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/monitor.rb
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%