Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 09:50:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350080 - head/misc/pciids
Message-ID:  <201404040950.s349oRiw008607@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr  4 09:50:27 2014
New Revision: 350080
URL: http://svnweb.freebsd.org/changeset/ports/350080
QAT: https://qat.redports.org/buildarchive/r350080/

Log:
  - Use MAKE_CMD

Modified:
  head/misc/pciids/Makefile

Modified: head/misc/pciids/Makefile
==============================================================================
--- head/misc/pciids/Makefile	Fri Apr  4 09:48:35 2014	(r350079)
+++ head/misc/pciids/Makefile	Fri Apr  4 09:50:27 2014	(r350080)
@@ -46,7 +46,7 @@ maketar: do-clean extract
 		cd ${MS_WRKSRC}/ && ${TAR} -Jcf ${PORTNAME}-${MS_VERSION}.tar.xz ${PORTNAME}-${MS_VERSION}/; \
 		sudo ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \
 		${SED} -i '' -e '/^PORTVERSION=/ s|${PORTVERSION}|'${MS_VERSION}'|; /^PORTREVISION=/d' ${.CURDIR}/Makefile; \
-		cd ${.CURDIR}/ && ${MAKE} makesum; \
+		cd ${.CURDIR}/ && ${MAKE_CMD} makesum; \
 		${ECHO_MSG} "*** Update from ${PORTVERSION} to ${MS_VERSION}, diff: ${.CURDIR}/${PORTNAME}-${MS_VERSION}.diff ***"; \
 	else \
 		${ECHO_MSG} "*** ${MS_MASTER_SITE}${MS_DISTFILES} is unchanged (${PORTVERSION}) ***"; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404040950.s349oRiw008607>