aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1999-05-24 02:35:50 +0800
committerandreas <andreas@FreeBSD.org>1999-05-24 02:35:50 +0800
commitbdcdef9ae84eab32e82c38618b28735756c4d35a (patch)
tree5361d4c390686e2b73dceb4f80a4627319443bbd /print
parente7e94f4a27470ed10457f5dcd08c6a1b82a13ff3 (diff)
downloadfreebsd-ports-graphics-bdcdef9ae84eab32e82c38618b28735756c4d35a.tar.gz
freebsd-ports-graphics-bdcdef9ae84eab32e82c38618b28735756c4d35a.tar.zst
freebsd-ports-graphics-bdcdef9ae84eab32e82c38618b28735756c4d35a.zip
"Shouldn't that be "letter" rather than "a4" since "letter" works with
printers that have "a4" paper, while "a4" produces clipped results for printers that have letter papper?" ---Warner YES ;-) Reminded by: Warner Losh <imp@harmony.village.org>
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile4
-rw-r--r--print/apsfilter6/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 1b0b5979165..24784118f72 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.25 1999/03/01 16:17:38 andreas Exp $
+# $Id: Makefile,v 1.26 1999/05/23 16:16:21 andreas Exp $
#
DISTNAME= apsfilter-5.1.0
@@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/apsfilter
# make a2ps port happy in this early stage
.if defined(BATCH)
- @${SETENV} PAPERSIZE=a4
+ @${SETENV} PAPERSIZE=letter
.endif
.if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj
.BEGIN:
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 1b0b5979165..24784118f72 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.25 1999/03/01 16:17:38 andreas Exp $
+# $Id: Makefile,v 1.26 1999/05/23 16:16:21 andreas Exp $
#
DISTNAME= apsfilter-5.1.0
@@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/apsfilter
# make a2ps port happy in this early stage
.if defined(BATCH)
- @${SETENV} PAPERSIZE=a4
+ @${SETENV} PAPERSIZE=letter
.endif
.if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj
.BEGIN: