pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin added missing "paper" argument to tex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6c36ebc6191
branches:  trunk
changeset: 492291:c6c36ebc6191
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Apr 09 13:18:32 2005 +0000

description:
added missing "paper" argument to texconfig xdvi (approved by hubertf)

diffstat:

 print/teTeX3-bin/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b6c2b0a971f8 -r c6c36ebc6191 print/teTeX3-bin/Makefile
--- a/print/teTeX3-bin/Makefile Sat Apr 09 11:19:32 2005 +0000
+++ b/print/teTeX3-bin/Makefile Sat Apr 09 13:18:32 2005 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index