diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /print/psutils-letter/Makefile | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.zst freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'print/psutils-letter/Makefile')
-rw-r--r-- | print/psutils-letter/Makefile | 2 |
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 \ |