svn commit: r359134 - head/astro/xtide
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 21:50:29 UTC 2014
Author: bapt
Date: Tue Jun 24 21:50:29 2014
New Revision: 359134
URL: http://svnweb.freebsd.org/changeset/ports/359134
QAT: https://qat.redports.org/buildarchive/r359134/
Log:
Replace GMAKE by MAKE_CMD
Modified:
head/astro/xtide/Makefile
Modified: head/astro/xtide/Makefile
==============================================================================
--- head/astro/xtide/Makefile Tue Jun 24 21:49:08 2014 (r359133)
+++ head/astro/xtide/Makefile Tue Jun 24 21:50:29 2014 (r359134)
@@ -67,7 +67,7 @@ pre-configure:
${SH} ./configure --disable-shared \
${CONFIGURE_ARGS} \
&& ${MKDIR} ${WRKDIR}/${TCD_DISTNAME}/.libs \
- && ${SETENV} ${MAKE_ENV} ${GMAKE}
+ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
post-configure:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
More information about the svn-ports-all
mailing list