Date: Fri, 21 Feb 2014 15:48:23 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345502 - head/net/ruby-tcpsocketpipe Message-ID: <201402211548.s1LFmNcf028580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Feb 21 15:48:23 2014 New Revision: 345502 URL: http://svnweb.freebsd.org/changeset/ports/345502 QAT: https://qat.redports.org/buildarchive/r345502/ Log: - Stage support Modified: head/net/ruby-tcpsocketpipe/Makefile Modified: head/net/ruby-tcpsocketpipe/Makefile ============================================================================== --- head/net/ruby-tcpsocketpipe/Makefile Fri Feb 21 15:48:17 2014 (r345501) +++ head/net/ruby-tcpsocketpipe/Makefile Fri Feb 21 15:48:23 2014 (r345502) @@ -20,8 +20,8 @@ USE_RUBY_FEATURES= devel-logger NO_BUILD= yes PLIST_FILES= %%RUBY_SITELIBDIR%%/socketproxy.rb -NO_STAGE= yes do-install: - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/socketproxy.rb ${RUBY_SITELIBDIR}/ + ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/socketproxy.rb ${STAGEDIR}${RUBY_SITELIBDIR}/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211548.s1LFmNcf028580>