svn commit: r337390 - head/math/parmgridgen

John Marino marino at FreeBSD.org
Tue Dec 24 21:43:27 UTC 2013


Author: marino
Date: Tue Dec 24 21:43:27 2013
New Revision: 337390
URL: http://svnweb.freebsd.org/changeset/ports/337390

Log:
  math/parmgridgen: Unbreak on FreeBSD 10+
  
  The breakage was caused by processing makefiles with bmake instead of the
  specified gmake.
  
  PR:		ports/184618
  Approved by:	maintainer timeout

Modified:
  head/math/parmgridgen/Makefile

Modified: head/math/parmgridgen/Makefile
==============================================================================
--- head/math/parmgridgen/Makefile	Tue Dec 24 21:35:54 2013	(r337389)
+++ head/math/parmgridgen/Makefile	Tue Dec 24 21:43:27 2013	(r337390)
@@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 NO_STAGE=	yes
 post-patch:
+		@${REINPLACE_CMD} 's|make|$$(MAKE)|g' ${WRKSRC}/Makefile
 #respect CFLAGS
 .		for f in IMlib Lib Programs
 		    @${REINPLACE_CMD} 's|CFLAGS =|CFLAGS+=|g' ${WRKSRC}/MGridGen/${f}/Makefile


More information about the svn-ports-head mailing list