svn commit: r442691 - head/games/spring
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Jun 5 21:28:41 UTC 2017
Author: rakuco
Date: Mon Jun 5 21:28:39 2017
New Revision: 442691
URL: https://svnweb.freebsd.org/changeset/ports/442691
Log:
Use MAKE_CMD instead of MAKE in pre-build.
We may be building with something other than make, as is the case if one uses
CMake's ninja generator.
Modified:
head/games/spring/Makefile
Modified: head/games/spring/Makefile
==============================================================================
--- head/games/spring/Makefile Mon Jun 5 21:25:52 2017 (r442690)
+++ head/games/spring/Makefile Mon Jun 5 21:28:39 2017 (r442691)
@@ -114,6 +114,6 @@ post-patch:
.endif
pre-build:
- cd ${WRKSRC} && ${MAKE} generateVersionFiles
+ cd ${WRKSRC} && ${MAKE_CMD} generateVersionFiles
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list