Date: Sat, 22 Feb 2014 10:40:47 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345614 - head/devel/ruby-cache Message-ID: <201402221040.s1MAelDV093024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221040.s1MAelDV093024>