summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
commitd124027c467bddf60cfa0081e6a9d30921bc616f (patch)
treea070f6ff7c734bfcb8278c9fab828dd366e0981f /print
parentsimple typo fix, remove odd extraneous spaces (^ $) (diff)
typo clean up police: \s -> \t
Notes
Notes: svn path=/head/; revision=38343
Diffstat (limited to 'print')
-rw-r--r--print/psutils-letter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index 03c6c6ec3230..66b9005dcae6 100644
--- a/print/psutils-letter/Makefile
+++ b/print/psutils-letter/Makefile
@@ -26,7 +26,7 @@ PAPERSIZE=letter
PAPERSIZE_UNSPECIFIED= yes
.else
.if ${PAPERSIZE} != A3 && ${PAPERSIZE} != a3 && ${PAPERSIZE} != A4 \
- && ${PAPERSIZE} != a4 && ${PAPERSIZE} != A5 && ${PAPERSIZE} != a5 \
+ && ${PAPERSIZE} != a4 && ${PAPERSIZE} != A5 && ${PAPERSIZE} != a5 \
&& ${PAPERSIZE} != B4 && ${PAPERSIZE} != b4 \
&& ${PAPERSIZE} != B5 && ${PAPERSIZE} != b5 \
&& ${PAPERSIZE} != letter && ${PAPERSIZE} != legal \