summaryrefslogtreecommitdiff
path: root/net/ruby-icmp
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
commitea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch)
tree7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /net/ruby-icmp
parentAdd a lib number to the fontconfig dependency. (diff)
Use RUBY_MOD*.
Notes
Notes: svn path=/head/; revision=67509
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 a9df08bc1b1a..78aa5ba08251 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 450020667a82..06d0a6c1a6c8 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%%