summaryrefslogtreecommitdiff
path: root/Mk/Uses/meson.mk
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-11-08 21:13:37 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-11-08 21:13:37 +0000
commitb4aa4e0bc8dcf2972c0bb4a85c2a2cb70c876976 (patch)
treeb3494b21f5dbc8adca97a75d09291313fab0375f /Mk/Uses/meson.mk
parentUpgrade from 5.0.0 to 5.0.1. (diff)
Tell meson where we install info files.
PR: 232633 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Notes
Notes: svn path=/head/; revision=484481
Diffstat (limited to 'Mk/Uses/meson.mk')
-rw-r--r--Mk/Uses/meson.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/Uses/meson.mk b/Mk/Uses/meson.mk
index e8afcabe30e3..c3e0df0f43a1 100644
--- a/Mk/Uses/meson.mk
+++ b/Mk/Uses/meson.mk
@@ -35,7 +35,8 @@ BUILD_DEPENDS+= meson:devel/meson
USE_LOCALE?= en_US.UTF-8
CONFIGURE_ARGS+= --prefix ${PREFIX} \
- --mandir man
+ --mandir man \
+ --infodir {INFO_PATH}
# meson has it own strip mechanic
INSTALL_TARGET= install