diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-25 14:49:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-25 14:49:30 +0800 |
commit | 39c49fd91edef211d056910717c1d19497720a99 (patch) | |
tree | f2742693f897347db06b11b5328b2439f33bcd6c /converters | |
parent | 9378e4552e1ae468ab7d25f1e848a0790d50d084 (diff) | |
download | freebsd-ports-gnome-39c49fd91edef211d056910717c1d19497720a99.tar.gz freebsd-ports-gnome-39c49fd91edef211d056910717c1d19497720a99.tar.zst freebsd-ports-gnome-39c49fd91edef211d056910717c1d19497720a99.zip |
This line got lost during the GMAKE -> MAKE_CMD conversion
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 7bd62583e8a6..70db94aa5b0d 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -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} \ |