svn commit: r359191 - head/converters/wkhtmltopdf

Antoine Brodin antoine at FreeBSD.org
Wed Jun 25 06:49:31 UTC 2014


Author: antoine
Date: Wed Jun 25 06:49:30 2014
New Revision: 359191
URL: http://svnweb.freebsd.org/changeset/ports/359191
QAT: https://qat.redports.org/buildarchive/r359191/

Log:
  This line got lost during the GMAKE -> MAKE_CMD conversion

Modified:
  head/converters/wkhtmltopdf/Makefile

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Wed Jun 25 06:36:10 2014	(r359190)
+++ head/converters/wkhtmltopdf/Makefile	Wed Jun 25 06:49:30 2014	(r359191)
@@ -87,6 +87,7 @@ post-patch:
 post-build:
 	@cd ${WRKSRC} && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
+		${MAKE_ARGS} ${INSTALL_TARGET} INSTALL_ROOT=
 
 	@cd ${INSTALL_WRKSRC} && ${WRKDIR}/qt-wk/bin/qmake && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \


More information about the svn-ports-head mailing list