diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
commit | ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch) | |
tree | 7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /www/ruby-http-access/Makefile | |
parent | Add 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/Makefile | 4 |
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> |