svn commit: r345502 - head/net/ruby-tcpsocketpipe

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 15:48:23 UTC 2014


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>


More information about the svn-ports-head mailing list