svn commit: r345937 - head/graphics/ruby-cairo

Martin Wilke miwi at FreeBSD.org
Tue Feb 25 09:07:18 UTC 2014


Author: miwi
Date: Tue Feb 25 09:07:17 2014
New Revision: 345937
URL: http://svnweb.freebsd.org/changeset/ports/345937
QAT: https://qat.redports.org/buildarchive/r345937/

Log:
  - Stage support

Modified:
  head/graphics/ruby-cairo/Makefile

Modified: head/graphics/ruby-cairo/Makefile
==============================================================================
--- head/graphics/ruby-cairo/Makefile	Tue Feb 25 08:58:18 2014	(r345936)
+++ head/graphics/ruby-cairo/Makefile	Tue Feb 25 09:07:17 2014	(r345937)
@@ -26,17 +26,13 @@ EXPIRATION_DATE=2014-03-23
 
 NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${RUBY_MODEXAMPLESDIR}/agg
-	@${INSTALL_DATA} ${WRKSRC}/samples/*.rb ${RUBY_MODEXAMPLESDIR}/
-	@${INSTALL_DATA} ${WRKSRC}/samples/agg/*.rb ${RUBY_MODEXAMPLESDIR}/agg/
-.endif
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${RUBY_MODDOCDIR}
+	@${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/agg
+	@${INSTALL_DATA} ${WRKSRC}/samples/*.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
+	@${INSTALL_DATA} ${WRKSRC}/samples/agg/*.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/agg/
+	@${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
 .for f in ${DOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+	@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
-.endif
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list