diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-05-23 18:35:50 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-05-23 18:35:50 +0000 |
commit | 480b85d13cae0835124283163efeb5b7f3161f75 (patch) | |
tree | 450d7cc7aa072bd55db1aa26562675fbe2b17f65 /print | |
parent | 7df178750be26fd079b65e53bb55f0952455d579 (diff) | |
download | ports-480b85d13cae0835124283163efeb5b7f3161f75.tar.gz ports-480b85d13cae0835124283163efeb5b7f3161f75.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 1b0b59791656..24784118f72b 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 1b0b59791656..24784118f72b 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: |