summaryrefslogtreecommitdiffstats
path: root/security/ruby-tcpwrap
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
committerknu <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
commit83266785fb541030312ea17f0ad93b335071ebaf (patch)
treeed8f95c353ac178765701a22623afa5113d274b0 /security/ruby-tcpwrap
parent85b45549166328d668027aa39f24a6a972761089 (diff)
downloadFreeBSD-ports-83266785fb541030312ea17f0ad93b335071ebaf.zip
FreeBSD-ports-83266785fb541030312ea17f0ad93b335071ebaf.tar.gz
Use RUBY_MOD*.
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r--security/ruby-tcpwrap/Makefile10
-rw-r--r--security/ruby-tcpwrap/pkg-plist16
2 files changed, 13 insertions, 13 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile
index ee501c1..94470f3 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 493e3bb..82ee96e 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%%
OpenPOWER on IntegriCloud