svn commit: r345615 - head/devel/ruby-statgrab

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


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

Log:
  - Stage support

Modified:
  head/devel/ruby-statgrab/Makefile

Modified: head/devel/ruby-statgrab/Makefile
==============================================================================
--- head/devel/ruby-statgrab/Makefile	Sat Feb 22 10:40:47 2014	(r345614)
+++ head/devel/ruby-statgrab/Makefile	Sat Feb 22 10:41:00 2014	(r345615)
@@ -19,11 +19,8 @@ USES=		pkgconfig
 
 INSTALL_TARGET=	site-install
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODDOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.mkdn ${RUBY_MODDOCDIR}
-.endif
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.mkdn ${STAGEDIR}${RUBY_MODDOCDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list