aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-htmlrepair
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-26 04:45:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-26 04:45:41 +0000
commitcaf94d0106e9cb05b69d55c80d7a518d2f5cd678 (patch)
tree872f31f518a86a0c5ebc9a3c9783859f06ee496b /textproc/ruby-htmlrepair
parent1a919cd9baef209d77c42ef816e6311c1a284231 (diff)
downloadports-caf94d0106e9cb05b69d55c80d7a518d2f5cd678.tar.gz
ports-caf94d0106e9cb05b69d55c80d7a518d2f5cd678.zip
Notes
Diffstat (limited to 'textproc/ruby-htmlrepair')
-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>