diff options
author | asami <asami@FreeBSD.org> | 1999-05-24 15:06:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-24 15:06:31 +0800 |
commit | 97c492c0ed4a248ae25ec5404a25d3b4483b3f6e (patch) | |
tree | b5aece2ce42ee423b30ff85214ad2308ba46b958 /print | |
parent | 2e1e3fd719b8af2cfa13c43749c915cddb638d06 (diff) | |
download | freebsd-ports-gnome-97c492c0ed4a248ae25ec5404a25d3b4483b3f6e.tar.gz freebsd-ports-gnome-97c492c0ed4a248ae25ec5404a25d3b4483b3f6e.tar.zst freebsd-ports-gnome-97c492c0ed4a248ae25ec5404a25d3b4483b3f6e.zip |
On second thought, remove the ".ifdef BATCH" test -- otherwise
the user will get a make syntax error ("Malformed conditional") when
PAPERSIZE and BATCH are both unset.
Andreas, go ahead and change this further if you want, I'm not sure
what you intended to do here, so I went with the "safest" fix.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 7c92bfd4613b..377e2baa3aca 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.27 1999/05/23 18:35:50 andreas Exp $ +# $Id: Makefile,v 1.28 1999/05/24 06:41:27 asami Exp $ # DISTNAME= apsfilter-5.1.0 @@ -25,9 +25,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter # make a2ps port happy in this early stage -.if defined(BATCH) PAPERSIZE?= letter -.endif .if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj .BEGIN: @${ECHO} diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 7c92bfd4613b..377e2baa3aca 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.27 1999/05/23 18:35:50 andreas Exp $ +# $Id: Makefile,v 1.28 1999/05/24 06:41:27 asami Exp $ # DISTNAME= apsfilter-5.1.0 @@ -25,9 +25,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter # make a2ps port happy in this early stage -.if defined(BATCH) PAPERSIZE?= letter -.endif .if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj .BEGIN: @${ECHO} |