diff options
Diffstat (limited to 'print/mpage')
-rw-r--r-- | print/mpage/Makefile | 4 | ||||
-rw-r--r-- | print/mpage/files/patch-aa | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/print/mpage/Makefile b/print/mpage/Makefile index 2b74a8627fa5..3cf8b2ff7768 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -5,6 +5,10 @@ # $FreeBSD$ # +# To override mpage's default paper size of A4, set PAGESIZE to another +# page type. Some common values include "Letter" (8.5" x 11") and +# "Legal" (8.5" x 14"). + PORTNAME= mpage PORTVERSION= 2.5.3 PORTREVISION= 1 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 |