aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-05-24 14:41:27 +0800
committerasami <asami@FreeBSD.org>1999-05-24 14:41:27 +0800
commit2e1e3fd719b8af2cfa13c43749c915cddb638d06 (patch)
tree519597830c45bf13cf1ef4f667ee5f38a3ca7533 /print
parent9c55414744e23711da325ca2b9f424d945f08f19 (diff)
downloadfreebsd-ports-graphics-2e1e3fd719b8af2cfa13c43749c915cddb638d06.tar.gz
freebsd-ports-graphics-2e1e3fd719b8af2cfa13c43749c915cddb638d06.tar.zst
freebsd-ports-graphics-2e1e3fd719b8af2cfa13c43749c915cddb638d06.zip
Um, you can't use /usr/bin/env to set make variables.... ;)
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 24784118f72..7c92bfd4613 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.26 1999/05/23 16:16:21 andreas Exp $
+# $Id: Makefile,v 1.27 1999/05/23 18:35:50 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=letter
+PAPERSIZE?= letter
.endif
.if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj
.BEGIN:
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 24784118f72..7c92bfd4613 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.26 1999/05/23 16:16:21 andreas Exp $
+# $Id: Makefile,v 1.27 1999/05/23 18:35:50 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=letter
+PAPERSIZE?= letter
.endif
.if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj
.BEGIN: