diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-26 12:45:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-26 12:45:41 +0800 |
commit | 704d6f472e923aec0173c1fd6fd9da62c325e628 (patch) | |
tree | 872f31f518a86a0c5ebc9a3c9783859f06ee496b /textproc/ruby-htmlrepair | |
parent | 58c3b57bca778ecbca20cce624bf4adb34246662 (diff) | |
download | freebsd-ports-gnome-704d6f472e923aec0173c1fd6fd9da62c325e628.tar.gz freebsd-ports-gnome-704d6f472e923aec0173c1fd6fd9da62c325e628.tar.zst freebsd-ports-gnome-704d6f472e923aec0173c1fd6fd9da62c325e628.zip |
- Stage support
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> |