Date: Sun, 22 Mar 2015 23:53:19 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381971 - in head/print: ghostscript8/files ghostscript9-agpl/files ghostscript9/files Message-ID: <201503222353.t2MNrJkg097064@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sun Mar 22 23:53:18 2015 New Revision: 381971 URL: https://svnweb.freebsd.org/changeset/ports/381971 QAT: https://qat.redports.org/buildarchive/r381971/ Log: Use proper MAKE_CMD reference. With hat: portmgr Modified: head/print/ghostscript8/files/Makefile.epag head/print/ghostscript9-agpl/files/Makefile.epag head/print/ghostscript9/files/Makefile.epag Modified: head/print/ghostscript8/files/Makefile.epag ============================================================================== --- head/print/ghostscript8/files/Makefile.epag Sun Mar 22 23:30:37 2015 (r381970) +++ head/print/ghostscript8/files/Makefile.epag Sun Mar 22 23:53:18 2015 (r381971) @@ -14,7 +14,7 @@ pre-build-epag: post-build-epag: cd ${WRKSRC}/${EPAG_NAME} && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile post-install-epag: ${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${STAGEDIR}${PREFIX}/bin Modified: head/print/ghostscript9-agpl/files/Makefile.epag ============================================================================== --- head/print/ghostscript9-agpl/files/Makefile.epag Sun Mar 22 23:30:37 2015 (r381970) +++ head/print/ghostscript9-agpl/files/Makefile.epag Sun Mar 22 23:53:18 2015 (r381971) @@ -14,7 +14,7 @@ pre-build-epag: post-build-epag: cd ${WRKSRC}/${EPAG_NAME} && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile post-install-epag: ${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${STAGEDIR}${PREFIX}/bin Modified: head/print/ghostscript9/files/Makefile.epag ============================================================================== --- head/print/ghostscript9/files/Makefile.epag Sun Mar 22 23:30:37 2015 (r381970) +++ head/print/ghostscript9/files/Makefile.epag Sun Mar 22 23:53:18 2015 (r381971) @@ -14,7 +14,7 @@ pre-build-epag: post-build-epag: cd ${WRKSRC}/${EPAG_NAME} && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile post-install-epag: ${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503222353.t2MNrJkg097064>