diff options
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 |