diff options
author | obraun <obraun@FreeBSD.org> | 2003-08-06 20:04:59 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-08-06 20:04:59 +0000 |
commit | 413c95f33d3c568e2e65839ce3979ac98c773e8a (patch) | |
tree | 1e0aa7712595514266315b27e951bb8e58ee2f1a /print/muttprint | |
parent | 32f872435c0bd16dfee83b431a49d16fc9a44622 (diff) | |
download | FreeBSD-ports-413c95f33d3c568e2e65839ce3979ac98c773e8a.zip FreeBSD-ports-413c95f33d3c568e2e65839ce3979ac98c773e8a.tar.gz |
s/A4/a4/ for PAPERSIZE.
Diffstat (limited to 'print/muttprint')
-rw-r--r-- | print/muttprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 247933d..cf7223b 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -49,7 +49,7 @@ INSTALL_TARGET=install-with-doc pre-everything:: @${ECHO} - @${ECHO} Set PAPERSIZE=A4 if you need that paper size. + @${ECHO} Set PAPERSIZE=a4 if you need that paper size. @${ECHO} Set WITH_CUPS=yes if you want to use CUPS. @${ECHO} |