summaryrefslogtreecommitdiff
path: root/Mk/Uses/meson.mk
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2018-11-09 08:30:05 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2018-11-09 08:30:05 +0000
commitb3387cb53c8f53f38fbd1f066fb05cb889fa4340 (patch)
tree4e85ff761bfe61d213a57875562c6876a207a8d7 /Mk/Uses/meson.mk
parentsecurity/linux-c6-pam: Replace %%ETCDIR%% with actual directory. (diff)
Mk/Uses/meson.mk: Fix missing $ in INFO_PATH variable
Add missing $ inadvertently committed in ports r484481 PR: 232633 Reported by: danfe (via ports-committers) Approved by: portmgr (blanket: just fix it)
Notes
Notes: svn path=/head/; revision=484505
Diffstat (limited to 'Mk/Uses/meson.mk')
-rw-r--r--Mk/Uses/meson.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/meson.mk b/Mk/Uses/meson.mk
index c3e0df0f43a1..d3904c104db4 100644
--- a/Mk/Uses/meson.mk
+++ b/Mk/Uses/meson.mk
@@ -36,7 +36,7 @@ USE_LOCALE?= en_US.UTF-8
CONFIGURE_ARGS+= --prefix ${PREFIX} \
--mandir man \
- --infodir {INFO_PATH}
+ --infodir ${INFO_PATH}
# meson has it own strip mechanic
INSTALL_TARGET= install