diff options
-rw-r--r-- | print/mp-letter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index 6a2d72d33d8f..f5de477d969b 100644 --- a/print/mp-letter/Makefile +++ b/print/mp-letter/Makefile @@ -25,7 +25,7 @@ MLINKS= mp.1 digestp.1 - filep.1 - filofaxp.1 \ - timemanp.1 - timesysp.1 PAPERSIZE?= letter -.if ${PAPERSIZE} == a4 +.if ${PAPERSIZE:L} == a4 INSTALL_TARGET= install-a4 .endif |