summaryrefslogtreecommitdiff
path: root/www/ruby-http-access/Makefile
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 /www/ruby-http-access/Makefile
parentAdd a lib number to the fontconfig dependency. (diff)
Use RUBY_MOD*.
Diffstat (limited to 'www/ruby-http-access/Makefile')
-rw-r--r--www/ruby-http-access/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-http-access/Makefile b/www/ruby-http-access/Makefile
index 6385661151c9..482c1218e4be 100644
--- a/www/ruby-http-access/Makefile
+++ b/www/ruby-http-access/Makefile
@@ -22,8 +22,8 @@ NO_BUILD= yes
do-install:
cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/
.endif
.include <bsd.port.mk>