summaryrefslogtreecommitdiff
path: root/www/ruby-http-access/Makefile
diff options
context:
space:
mode:
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>