summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-24 07:06:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-24 07:06:31 +0000
commite3fd69d55b6a52ef7c970750299f0386c384e52f (patch)
tree14d33b8d9626880af72a04bb552f5d78d2286cd9
parentUm, you can't use /usr/bin/env to set make variables.... ;) (diff)
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.
-rw-r--r--print/apsfilter/Makefile4
-rw-r--r--print/apsfilter6/Makefile4
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}