aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-htmlrepair/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-htmlrepair/Makefile')
-rw-r--r--textproc/ruby-htmlrepair/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-htmlrepair/Makefile b/textproc/ruby-htmlrepair/Makefile
index 05d3698ed730..09385e929f4f 100644
--- a/textproc/ruby-htmlrepair/Makefile
+++ b/textproc/ruby-htmlrepair/Makefile
@@ -21,8 +21,8 @@ USE_RUBY= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/htmlrepair.rb ${RUBY_SITELIBDIR}/
+ ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
+ ${INSTALL_DATA} ${WRKSRC}/htmlrepair.rb ${STAGEDIR}${RUBY_SITELIBDIR}/
.include <bsd.port.mk>