svn commit: r381971 - in head/print: ghostscript8/files ghostscript9-agpl/files ghostscript9/files

Bryan Drewery bdrewery at FreeBSD.org
Sun Mar 22 23:53:21 UTC 2015


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


More information about the svn-ports-head mailing list