svn commit: r345614 - head/devel/ruby-cache

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:40:48 UTC 2014


Author: miwi
Date: Sat Feb 22 10:40:47 2014
New Revision: 345614
URL: http://svnweb.freebsd.org/changeset/ports/345614
QAT: https://qat.redports.org/buildarchive/r345614/

Log:
  - Stage support

Modified:
  head/devel/ruby-cache/Makefile

Modified: head/devel/ruby-cache/Makefile
==============================================================================
--- head/devel/ruby-cache/Makefile	Sat Feb 22 10:39:03 2014	(r345613)
+++ head/devel/ruby-cache/Makefile	Sat Feb 22 10:40:47 2014	(r345614)
@@ -21,15 +21,12 @@ RUBY_SETUP=	install.rb
 
 DOCS=		MANUAL.rd README.rd
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	@${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
-	@${MKDIR} ${RUBY_MODEXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list