diff options
author | jkim <jkim@FreeBSD.org> | 2017-07-29 05:45:20 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2017-07-29 05:45:20 +0800 |
commit | 37f42e3731b6421168cc6d1376fe8e064a767d16 (patch) | |
tree | a79f71211dc0ed6f08a805235e59f1fc3946e774 /ftp/wget/Makefile | |
parent | 184408c6f2a3d7e6645a3e28cf294fc9a0943e2e (diff) | |
download | freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.tar.gz freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.tar.zst freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.zip |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 67201e36c989..7b0085d76257 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= DOCS IDN IPV6 MANPAGES METALINK NLS PCRE PSL OPTIONS_DEFAULT=DOCS IDN IPV6 MANPAGES NLS OPENSSL DOCS_DESC= Install info page -DOCS_CONFIGURE_ENV= MAKEINFO=makeinfo +DOCS_CONFIGURE_ENV= MAKEINFO="${MAKEINFO}" DOCS_INFO= wget DOCS_USES= makeinfo |