aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-05-15 00:47:31 +0800
committeranholt <anholt@FreeBSD.org>2003-05-15 00:47:31 +0800
commit752a388e08c5cc3bc39834b5e9e2f9716ac9c5bd (patch)
treed533fdef8c3b271c6b2f1cd0ea0a0742953ffe3d /Mk
parenta4e0d6fd272979a27a54b5344ce8f92bd0741068 (diff)
downloadfreebsd-ports-gnome-752a388e08c5cc3bc39834b5e9e2f9716ac9c5bd.tar.gz
freebsd-ports-gnome-752a388e08c5cc3bc39834b5e9e2f9716ac9c5bd.tar.zst
freebsd-ports-gnome-752a388e08c5cc3bc39834b5e9e2f9716ac9c5bd.zip
Check XFREE86_HTML_MAN==yes case insensitively.
Approved by: portmgr (kris)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3a2cdfc882df..7eb24354a69a 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -4041,7 +4041,7 @@ generate-plist:
@for i in $$(${ECHO} ${__MANPAGES} ${_TMLINKS:M${_PREFIX}*:S,^${_PREFIX}/,,:S,//,/,g} ' ' | ${SED} -E -e 's,man([1-9ln])/([^/ ]+) ,cat\1/\2 ,g'); do \
${ECHO} "@unexec rm -f %D/$${i%.gz} %D/$${i%.gz}.gz" >> ${TMPPLIST}; \
done
-.if ${XFREE86_HTML_MAN} == "yes"
+.if ${XFREE86_HTML_MAN:L} == "yes"
.for mansect in 1 2 3 4 5 6 7 8 9 L N
.for man in ${MAN${mansect}}
@echo lib/X11/doc/html/${man}.html >> ${TMPPLIST}