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 /security/ruby-tcpwrap | |
parent | 939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff) | |
download | ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip |
Notes
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 10 | ||||
-rw-r--r-- | security/ruby-tcpwrap/pkg-plist | 16 |
2 files changed, 13 insertions, 13 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index ee501c185b7e..94470f3346a3 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -32,14 +32,14 @@ DOCS_JA= README.ja doc/tcpwrap.html.ja post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/tcpwrap - ${INSTALL_DATA} ${WRKSRC}/sample/echod.rb ${RUBY_EXAMPLESDIR}/tcpwrap/ - ${MKDIR} ${RUBY_DOCDIR}/tcpwrap/ja + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample/echod.rb ${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/tcpwrap/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/tcpwrap/ja/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif diff --git a/security/ruby-tcpwrap/pkg-plist b/security/ruby-tcpwrap/pkg-plist index 493e3bbbc883..82ee96ecb608 100644 --- a/security/ruby-tcpwrap/pkg-plist +++ b/security/ruby-tcpwrap/pkg-plist @@ -1,9 +1,9 @@ %%RUBY_SITEARCHLIBDIR%%/tcpwrap.so -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tcpwrap/echod.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tcpwrap -%%PORTDOCS%%%%RUBY_DOCDIR%%/tcpwrap/README.en -%%PORTDOCS%%%%RUBY_DOCDIR%%/tcpwrap/tcpwrap.html.en -%%PORTDOCS%%%%RUBY_DOCDIR%%/tcpwrap/ja/README.ja -%%PORTDOCS%%%%RUBY_DOCDIR%%/tcpwrap/ja/tcpwrap.html.ja -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/tcpwrap/ja -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/tcpwrap +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/echod.rb +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/tcpwrap.html.en +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/tcpwrap.html.ja +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |