diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
commit | ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch) | |
tree | 7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /net/ruby-pcap/Makefile | |
parent | 939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff) | |
download | ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip |
Notes
Diffstat (limited to 'net/ruby-pcap/Makefile')
-rw-r--r-- | net/ruby-pcap/Makefile | 10 |
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> |