svn commit: r359162 - head/devel/doxygen

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:46:07 UTC 2014


Author: bapt
Date: Tue Jun 24 22:46:06 2014
New Revision: 359162
URL: http://svnweb.freebsd.org/changeset/ports/359162
QAT: https://qat.redports.org/buildarchive/r359162/

Log:
  Use MAKE_CMD

Modified:
  head/devel/doxygen/Makefile

Modified: head/devel/doxygen/Makefile
==============================================================================
--- head/devel/doxygen/Makefile	Tue Jun 24 22:45:52 2014	(r359161)
+++ head/devel/doxygen/Makefile	Tue Jun 24 22:46:06 2014	(r359162)
@@ -86,7 +86,7 @@ post-configure:
 
 post-build:
 	cd ${BUILD_WRKSRC}/examples; \
-	${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all
+	${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all
 
 pre-install:
 	${RM} -rf ${TMPDOCDEST} ${PLIST}


More information about the svn-ports-head mailing list