diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-26 04:45:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-26 04:45:41 +0000 |
commit | caf94d0106e9cb05b69d55c80d7a518d2f5cd678 (patch) | |
tree | 872f31f518a86a0c5ebc9a3c9783859f06ee496b /textproc/ruby-htmlrepair | |
parent | 1a919cd9baef209d77c42ef816e6311c1a284231 (diff) | |
download | ports-caf94d0106e9cb05b69d55c80d7a518d2f5cd678.tar.gz ports-caf94d0106e9cb05b69d55c80d7a518d2f5cd678.zip |
Notes
Diffstat (limited to 'textproc/ruby-htmlrepair')
-rw-r--r-- | textproc/ruby-htmlrepair/Makefile | 4 |
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> |