svn commit: r345597 - head/www/ruby-google

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:35:06 UTC 2014


Author: miwi
Date: Sat Feb 22 10:35:05 2014
New Revision: 345597
URL: http://svnweb.freebsd.org/changeset/ports/345597
QAT: https://qat.redports.org/buildarchive/r345597/

Log:
  - Stage support

Modified:
  head/www/ruby-google/Makefile

Modified: head/www/ruby-google/Makefile
==============================================================================
--- head/www/ruby-google/Makefile	Sat Feb 22 10:34:58 2014	(r345596)
+++ head/www/ruby-google/Makefile	Sat Feb 22 10:35:05 2014	(r345597)
@@ -20,17 +20,14 @@ RUBY_SETUP=	install.rb
 DOCS=		CHANGES Changelog README google.html
 EXAMPLES=	examples/*
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
 .for f in ${EXAMPLES}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
 .endfor
-	${MKDIR} ${RUBY_MODDOCDIR}
+	${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.mk>


More information about the svn-ports-all mailing list