From ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 6 Oct 2002 21:38:34 +0000 Subject: Use RUBY_MOD*. --- net/ruby-icmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ruby-icmp/Makefile') 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 -- cgit v1.2.3