aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
commita33191366c083aad8ab7cd37d06db2d4790f3e39 (patch)
tree6379d84ceeca72bc6c80702dd60bd714b378b04a /print/ghostscript7
parent4bde157247a8dd613e16048a7701a02ea240e8a9 (diff)
downloadports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz
ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
Notes
Notes: svn path=/head/; revision=359185
Diffstat (limited to 'print/ghostscript7')
-rw-r--r--print/ghostscript7/files/Makefile.epag2
-rw-r--r--print/ghostscript7/files/Makefile.gprint2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript7/files/Makefile.epag b/print/ghostscript7/files/Makefile.epag
index 8de63ef8cf1b..7faf3d8b9f11 100644
--- a/print/ghostscript7/files/Makefile.epag
+++ b/print/ghostscript7/files/Makefile.epag
@@ -17,7 +17,7 @@ post-extract-epag:
pre-build-epag:
cd ${WRKSRC}/epag-3.09 && \
- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile
${LN} -s -f ${WRKSRC}/epag-3.09/gdevepag.c ${WRKSRC}/src
post-install-epag:
diff --git a/print/ghostscript7/files/Makefile.gprint b/print/ghostscript7/files/Makefile.gprint
index f650133603c6..11ab9689135a 100644
--- a/print/ghostscript7/files/Makefile.gprint
+++ b/print/ghostscript7/files/Makefile.gprint
@@ -29,7 +29,7 @@ post-configure-gprint:
pre-build-gprint:
cd ${WRKSRC}/gimp-print-4.2.7 && \
- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile
${LN} -sf ${WRKSRC}/gimp-print-4.2.7/src/ghost/*.[ch] \
${WRKSRC}/src
${MKDIR} ${WRKSRC}/gimp-print