blob: ea1d89f1b1a8d97fd3d6b3d25811e6d6cb0bc7b9 (
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 2001/04/14 12:58:56 kei 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
|