svn commit: r359173 - head/devel/gwenhywfar
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 22:53:26 UTC 2014
Author: bapt
Date: Tue Jun 24 22:53:25 2014
New Revision: 359173
URL: http://svnweb.freebsd.org/changeset/ports/359173
QAT: https://qat.redports.org/buildarchive/r359173/
Log:
Use MAKE_CMD
Modified:
head/devel/gwenhywfar/Makefile
Modified: head/devel/gwenhywfar/Makefile
==============================================================================
--- head/devel/gwenhywfar/Makefile Tue Jun 24 22:52:47 2014 (r359172)
+++ head/devel/gwenhywfar/Makefile Tue Jun 24 22:53:25 2014 (r359173)
@@ -69,7 +69,7 @@ post-patch:
post-build:
.if ${PORT_OPTIONS:MDOXYGEN}
- @cd ${WRKSRC} && ${GMAKE} srcdoc
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc
.endif
post-install:
More information about the svn-ports-all
mailing list