diff options
author | schwarz <schwarz> | 2005-04-09 13:18:32 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2005-04-09 13:18:32 +0000 |
commit | 7378dedb735183b3392e86b8980e3ed3ac6ae893 (patch) | |
tree | 5613d00c4cc7639da80bd31fce1a1156b8743ebd /print | |
parent | 36dca5a47f6ffbae79f43bb42cb9cbd6ebd9048a (diff) | |
download | pkgsrc-7378dedb735183b3392e86b8980e3ed3ac6ae893.tar.gz |
added missing "paper" argument to texconfig xdvi (approved by hubertf)
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |