svn commit: r345617 - head/devel/ruby-fastri

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:41:51 UTC 2014


Author: miwi
Date: Sat Feb 22 10:41:51 2014
New Revision: 345617
URL: http://svnweb.freebsd.org/changeset/ports/345617
QAT: https://qat.redports.org/buildarchive/r345617/

Log:
  - Stage support

Modified:
  head/devel/ruby-fastri/Makefile

Modified: head/devel/ruby-fastri/Makefile
==============================================================================
--- head/devel/ruby-fastri/Makefile	Sat Feb 22 10:41:32 2014	(r345616)
+++ head/devel/ruby-fastri/Makefile	Sat Feb 22 10:41:51 2014	(r345617)
@@ -17,11 +17,8 @@ CONFIGURE_ARGS=	--prefix="${PREFIX}"
 
 DOCS=		CHANGES README.en
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${RUBY_MODDOCDIR}
-	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/
-.endif
+	@${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list