aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-04-04 17:52:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-04-04 17:52:17 +0800
commit1f20533d534bb0868564c8d16528d080068ffcef (patch)
treeb074529d81b03fe468dea87acb018f25c7a2c431 /graphics
parente6c30925c6426135842e68161bbff0570c31aee8 (diff)
downloadfreebsd-ports-gnome-1f20533d534bb0868564c8d16528d080068ffcef.tar.gz
freebsd-ports-gnome-1f20533d534bb0868564c8d16528d080068ffcef.tar.zst
freebsd-ports-gnome-1f20533d534bb0868564c8d16528d080068ffcef.zip
- Use MAKE_CMD
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dcraw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index 2de31d97e211..ef1ecb8b5cd7 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -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}) ***"; \