summaryrefslogtreecommitdiff
path: root/print/mp-letter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/mp-letter/Makefile')
-rw-r--r--print/mp-letter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile
index cd479075b06c..0e9d7f0903cd 100644
--- a/print/mp-letter/Makefile
+++ b/print/mp-letter/Makefile
@@ -20,7 +20,7 @@ MLINKS= mp.1 digestp.1 - filep.1 - filofaxp.1 \
- timemanp.1 - timesysp.1
PAPERSIZE?= letter
-.if ${PAPERSIZE:L} == a4
+.if ${PAPERSIZE:tl} == a4
INSTALL_TARGET= install-a4
.endif