svn commit: r359149 - head/databases/firebird21-server

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:27:44 UTC 2014


Author: bapt
Date: Tue Jun 24 22:27:43 2014
New Revision: 359149
URL: http://svnweb.freebsd.org/changeset/ports/359149
QAT: https://qat.redports.org/buildarchive/r359149/

Log:
  Convert GMAKE to MAKE_CMD
  
  With hat:	portmgr

Modified:
  head/databases/firebird21-server/Makefile

Modified: head/databases/firebird21-server/Makefile
==============================================================================
--- head/databases/firebird21-server/Makefile	Tue Jun 24 22:27:02 2014	(r359148)
+++ head/databases/firebird21-server/Makefile	Tue Jun 24 22:27:43 2014	(r359149)
@@ -141,7 +141,7 @@ post-build:
 .endif
 
 do-configure:
-	@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} MAKE=${GMAKE}	\
+	@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} MAKE=${MAKE_CMD}	\
 	${AUTOTOOLS_VARS} ./autogen.sh --localstatedir=${LOCALSTATEDIR} \
 		--prefix=${LOCALSTATEDIR} --exec-prefix=${PREFIX} \
 		--libexecdir=${LIBEXECDIR} \


More information about the svn-ports-head mailing list