svn commit: r345939 - head/math/ruby-fftw3

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


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>


More information about the svn-ports-all mailing list