summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-04-28 23:23:41 +0000
committerjlam <jlam@pkgsrc.org>2005-04-28 23:23:41 +0000
commit3ead1854e79fa548eef620b804bf5b3d823c941e (patch)
treef309d42331aba78c6489350e741ff258d089871e /print/teTeX3-bin
parent7c4f04bbef2ef6c393179bc18ef2771811849d46 (diff)
downloadpkgsrc-3ead1854e79fa548eef620b804bf5b3d823c941e.tar.gz
Avoid using != to define LOWER_PAPERSIZE .. use :sh instead to defer it
until the make targets are invoked. This avoids needing ${ECHO} and ${TR} in the top-level make.
Diffstat (limited to 'print/teTeX3-bin')
-rw-r--r--print/teTeX3-bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile
index 9bd95395f97..4a66e056ba4 100644
--- a/print/teTeX3-bin/Makefile
+++ b/print/teTeX3-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/10 21:52:37 schwarz Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/28 23:25:14 jlam Exp $
DISTNAME= tetex-src-3.0
PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
@@ -25,7 +25,8 @@ REPLACE_PERL= texk/xdvik/t1mapper \
CONFIGURE_ARGS+= --without-texinfo --without-texi2html
.if defined(PAPERSIZE)
-LOWER_PAPERSIZE!= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'
+LOWER_PAPERSIZE_cmd= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'
+LOWER_PAPERSIZE= ${LOWER_PAPERSIZE_cmd:sh}
.endif
post-install: