Date: Tue, 25 Feb 2014 09:07:29 +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: r345939 - head/math/ruby-fftw3 Message-ID: <201402250907.s1P97TUN013567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Feb 25 09:07:29 2014 New Revision: 345939 URL: http://svnweb.freebsd.org/changeset/ports/345939 QAT: https://qat.redports.org/buildarchive/r345939/ Log: - Stage support Modified: head/math/ruby-fftw3/Makefile Modified: head/math/ruby-fftw3/Makefile ============================================================================== --- head/math/ruby-fftw3/Makefile Tue Feb 25 09:07:23 2014 (r345938) +++ head/math/ruby-fftw3/Makefile Tue Feb 25 09:07:29 2014 (r345939) @@ -27,13 +27,10 @@ USE_RUBY_EXTCONF= yes DOCS= LICENSE.txt doc/* -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 -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402250907.s1P97TUN013567>