aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-htmlrepair
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-26 12:45:41 +0800
committermiwi <miwi@FreeBSD.org>2014-02-26 12:45:41 +0800
commit704d6f472e923aec0173c1fd6fd9da62c325e628 (patch)
tree872f31f518a86a0c5ebc9a3c9783859f06ee496b /textproc/ruby-htmlrepair
parent58c3b57bca778ecbca20cce624bf4adb34246662 (diff)
downloadfreebsd-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/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>