summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin
diff options
context:
space:
mode:
authorjschauma <jschauma>2006-08-22 22:22:29 +0000
committerjschauma <jschauma>2006-08-22 22:22:29 +0000
commit074a6f82173159744599306283c2b61c9f4206d9 (patch)
tree647c89b833f849202f4fbc73fc52c7aaf1cfb238 /print/teTeX3-bin
parent3ae421a81ea367ccce750b257601fb3695560184 (diff)
downloadpkgsrc-074a6f82173159744599306283c2b61c9f4206d9.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/teTeX3-bin')
-rw-r--r--print/teTeX3-bin/INSTALL4
-rw-r--r--print/teTeX3-bin/MESSAGE4
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.