diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 21:45:20 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 21:45:20 +0000 |
commit | f872930d0e52c8802d4085a53fd91d3af6e0ddad (patch) | |
tree | a79f71211dc0ed6f08a805235e59f1fc3946e774 /ftp/wget | |
parent | net-mgmt/icingaweb2-module-map: Update to the latest GH commit (diff) |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=446854
Diffstat (limited to 'ftp/wget')
-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 |