From 978b2a904427ac0ce3ae7a6f092f26e326c0a2ec Mon Sep 17 00:00:00 2001 From: schwarz Date: Sat, 9 Apr 2005 13:18:32 +0000 Subject: added missing "paper" argument to texconfig xdvi (approved by hubertf) --- print/teTeX3-bin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/teTeX3-bin') diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index 972d87f1f23..44b4d4aff5b 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/08 23:06:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/09 13:18:32 schwarz Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} @@ -32,9 +32,9 @@ post-install: .if defined(PAPERSIZE) ${LOCALBASE}/bin/texconfig dvips paper ${LOWER_PAPERSIZE} . if ${PAPERSIZE} == "Letter" - ${LOCALBASE}/bin/texconfig xdvi us + ${LOCALBASE}/bin/texconfig xdvi paper us . else - ${LOCALBASE}/bin/texconfig xdvi ${LOWER_PAPERSIZE} + ${LOCALBASE}/bin/texconfig xdvi paper ${LOWER_PAPERSIZE} . endif .endif ${LOCALBASE}/bin/texconfig font rw -- cgit v1.2.3