diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:39:32 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:39:32 +0000 |
commit | ec6fd84e38219b885248b777a6fda04493325c2a (patch) | |
tree | 02a433c5098168f046c3e8ce9346bcf31d19f2a8 /print/mpage/files/patch-aa | |
parent | update security/libmcrypt: remove unneeded USE_PERL5 (diff) |
update print/mpage: page size selection patch
PR: 54173
Submitted by: Alan Amesbury <amesbury@indefi.net>
Diffstat (limited to 'print/mpage/files/patch-aa')
-rw-r--r-- | print/mpage/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/mpage/files/patch-aa b/print/mpage/files/patch-aa index 6193c5573c3c..d28aaacb560f 100644 --- a/print/mpage/files/patch-aa +++ b/print/mpage/files/patch-aa @@ -8,6 +8,15 @@ ############################################################################ # +@@ -40,7 +39,7 @@ + # See glob.c for all possibilities + # + # PAGESIZE=Letter +-PAGESIZE=A4 ++PAGESIZE?=A4 + + # + # Define your spooler type @@ -50,7 +49,6 @@ SPOOL_TYPE=BSD_SPOOLER |