Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 09:52:18 +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: r350081 - head/graphics/dcraw
Message-ID:  <201404040952.s349qIYK011716@svn.freebsd.org>

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

Log:
  - Use MAKE_CMD

Modified:
  head/graphics/dcraw/Makefile

Modified: head/graphics/dcraw/Makefile
==============================================================================
--- head/graphics/dcraw/Makefile	Fri Apr  4 09:50:27 2014	(r350080)
+++ head/graphics/dcraw/Makefile	Fri Apr  4 09:52:17 2014	(r350081)
@@ -49,7 +49,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: ${MS_DIFF} ***"; \
 	else \
 		${ECHO_MSG} "*** ${MS_MASTER_SITE}${PORTNAME}.c is unchanged (${PORTVERSION}) ***"; \



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