summaryrefslogtreecommitdiff
path: root/print/texfamily/patches/patch-ab
blob: 4cb9f956c35bc8c9ea6de525aa465f56028a7ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 12:59:56 seb Exp $

--- texk/web2c/ptex-src-2.1.10/configure.orig	Tue Feb 29 15:25:45 2000
+++ texk/web2c/ptex-src-2.1.10/configure	Tue May  2 19:23:40 2000
@@ -6,5 +6,5 @@
 
 printUsage () {
-	echo "Usage: $progname {EUC|JIS|SJIS}"
+	echo "Usage: $progname {EUC|JIS|SJIS} texmf_local_dir"
 	exit 1
 }
@@ -37,4 +37,4 @@
 export CONFIG_FILES CONFIG_HEADERS
 ../config.status
-sed -e "s/@kanjicode@/$kanjicode/" Makefile > $$ && mv -f $$ Makefile
+sed -e "s/@kanjicode@/$kanjicode/" -e "s|@texmflocal@|$2|" Makefile > $$ && mv -f $$ Makefile
 exit 0