summaryrefslogtreecommitdiffstats
path: root/net/ruby-icmp
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 /net/ruby-icmp
parent85b45549166328d668027aa39f24a6a972761089 (diff)
downloadFreeBSD-ports-83266785fb541030312ea17f0ad93b335071ebaf.zip
FreeBSD-ports-83266785fb541030312ea17f0ad93b335071ebaf.tar.gz
Use RUBY_MOD*.
Diffstat (limited to 'net/ruby-icmp')
-rw-r--r--net/ruby-icmp/Makefile4
-rw-r--r--net/ruby-icmp/pkg-plist6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ruby-icmp/Makefile b/net/ruby-icmp/Makefile
index a9df08b..78aa5ba 100644
--- a/net/ruby-icmp/Makefile
+++ b/net/ruby-icmp/Makefile
@@ -23,9 +23,9 @@ EXAMPLES= sample/*
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
.endif
diff --git a/net/ruby-icmp/pkg-plist b/net/ruby-icmp/pkg-plist
index 4500206..06d0a6c 100644
--- a/net/ruby-icmp/pkg-plist
+++ b/net/ruby-icmp/pkg-plist
@@ -1,5 +1,5 @@
%%RUBY_SITEARCHLIBDIR%%/icmpmodule.so
%%RUBY_SITELIBDIR%%/icmp.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/icmp/ping.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/icmp/traceroute.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/icmp
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ping.rb
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/traceroute.rb
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
OpenPOWER on IntegriCloud