diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-08-22 22:22:29 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-08-22 22:22:29 +0000 |
commit | 353d3c79f4a660ebfb2543a807b38a5e6c25dc24 (patch) | |
tree | 647c89b833f849202f4fbc73fc52c7aaf1cfb238 /print | |
parent | 6ef5f872af5276ff56012c14d64138add07d2f5d (diff) | |
download | pkgsrc-353d3c79f4a660ebfb2543a807b38a5e6c25dc24.tar.gz |
Fix PR pkg/34143 by Oliver Gould and use texconfig-sys instead of texconfig:
The INSTALL script for print/teTeX3-bin incorrectly configures paper and font
options using texconfig(1). Texconfig-sys(1) is the proper method of making
system-wide configuration changes to TeX. Because of this, options such as
PAPERSIZE have no effect on the installed configuration.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-bin/INSTALL | 4 | ||||
-rw-r--r-- | print/teTeX3-bin/MESSAGE | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX3-bin/INSTALL b/print/teTeX3-bin/INSTALL index f19132e6b7b..0fec0986424 100644 --- a/print/teTeX3-bin/INSTALL +++ b/print/teTeX3-bin/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.4 2006/04/07 16:19:15 minskim Exp $ +# $NetBSD: INSTALL,v 1.5 2006/08/22 22:22:29 jschauma Exp $ case "${STAGE}" in POST-INSTALL) @@ -163,7 +163,7 @@ SELF=$0 ACTION=$1 : ${PKG_PREFIX=@PREFIX@} -TEXCONFIG="${PKG_PREFIX}/bin/texconfig" +TEXCONFIG="${PKG_PREFIX}/bin/texconfig-sys" exitcode=0 case $ACTION in diff --git a/print/teTeX3-bin/MESSAGE b/print/teTeX3-bin/MESSAGE index 194399d903d..4bf3443c196 100644 --- a/print/teTeX3-bin/MESSAGE +++ b/print/teTeX3-bin/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2005/03/31 22:09:18 hubertf Exp $ +$NetBSD: MESSAGE,v 1.2 2006/08/22 22:22:29 jschauma Exp $ -You should consider running ${PREFIX}/bin/texconfig to adjust for your +You should consider running ${PREFIX}/bin/texconfig-sys to adjust for your local environment, e.g., configure font generation to use a temporary directory. |