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
This commit is contained in:
John Marino 2013-12-24 21:43:27 +00:00
parent 6b15a1c042
commit 91d6541dda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337390

View file

@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} 's|make|$$(MAKE)|g' ${WRKSRC}/Makefile
#respect CFLAGS #respect CFLAGS
. for f in IMlib Lib Programs . for f in IMlib Lib Programs
@${REINPLACE_CMD} 's|CFLAGS =|CFLAGS+=|g' ${WRKSRC}/MGridGen/${f}/Makefile @${REINPLACE_CMD} 's|CFLAGS =|CFLAGS+=|g' ${WRKSRC}/MGridGen/${f}/Makefile