summaryrefslogtreecommitdiff
path: root/net/ruby-pcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-pcap/Makefile')
-rw-r--r--net/ruby-pcap/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ruby-pcap/Makefile b/net/ruby-pcap/Makefile
index 16f6ff5600a1..8e6d429f5ccd 100644
--- a/net/ruby-pcap/Makefile
+++ b/net/ruby-pcap/Makefile
@@ -25,13 +25,13 @@ INSTALL_TARGET= site-install
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/pcap
- ${CP} -R ${WRKSRC}/examples/ ${RUBY_EXAMPLESDIR}/pcap/
- ${MKDIR} ${RUBY_DOCDIR}/pcap/ja
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${CP} -R ${WRKSRC}/examples/ ${RUBY_MODEXAMPLESDIR}/
+ ${MKDIR} ${RUBY_MODDOCDIR}/ja
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${WRKSRC}/doc/* \
- ${RUBY_DOCDIR}/pcap/
+ ${RUBY_MODDOCDIR}/
${INSTALL_DATA} ${WRKSRC}/README.ja ${WRKSRC}/doc-ja/* \
- ${RUBY_DOCDIR}/pcap/ja/
+ ${RUBY_MODDOCDIR}/ja/
.endif
.include <bsd.port.mk>