svn commit: r359164 - head/devel/elfkickers

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:47:31 UTC 2014


Author: bapt
Date: Tue Jun 24 22:47:30 2014
New Revision: 359164
URL: http://svnweb.freebsd.org/changeset/ports/359164
QAT: https://qat.redports.org/buildarchive/r359164/

Log:
  Use MAKE_CMD

Modified:
  head/devel/elfkickers/Makefile

Modified: head/devel/elfkickers/Makefile
==============================================================================
--- head/devel/elfkickers/Makefile	Tue Jun 24 22:46:58 2014	(r359163)
+++ head/devel/elfkickers/Makefile	Tue Jun 24 22:47:30 2014	(r359164)
@@ -26,7 +26,7 @@ post-patch:
 
 do-build:
 .for f in ${ELFBINS}
-	@(cd ${WRKSRC}/$f; ${GMAKE})
+	@(cd ${WRKSRC}/$f; ${SETENV} ${MAKE_ENV} ${MAKE_CMD})
 .endfor
 
 do-install:


More information about the svn-ports-head mailing list