summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-14 16:47:31 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-14 16:47:31 +0000
commit2fb49cd5d19e79a6e00c35283a0d9ada3d7790a0 (patch)
treee6f012864a18ce76533822d8e1bf841e8894896f /Mk/bsd.port.mk
parentFix build on alpha ARCH (diff)
Check XFREE86_HTML_MAN==yes case insensitively.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=80982
Diffstat (limited to 'Mk/bsd.port.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}