aboutsummaryrefslogtreecommitdiff
path: root/japanese/vftool/scripts
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-02-28 05:19:01 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-02-28 05:19:01 +0000
commita41420dedfa31f089854a0251b951b887ae94d26 (patch)
treee46b35bc5f47d46c606b8e0f5204162acb529d33 /japanese/vftool/scripts
parent3427c13539a52f79f8f2a5ef00e58273308d5ea3 (diff)
Notes
Diffstat (limited to 'japanese/vftool/scripts')
-rw-r--r--japanese/vftool/scripts/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/vftool/scripts/configure b/japanese/vftool/scripts/configure
new file mode 100644
index 000000000000..9417c62c3edb
--- /dev/null
+++ b/japanese/vftool/scripts/configure
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+${SED} -e "s@%%AFM%%@${AFMDIR}@g" \
+ -e "s@%%GOTTFM%%@${GOTTFMDIR}@g" \
+ -e "s@%%JFM%%@${JFMDIR}@g" \
+ -e "s@%%MINTFM%%@${MINTFMDIR}@g" \
+ -e "s@%%PK%%@${PKDIR}@g" \
+ < ${WRKSRC}/Makefile.tmpl > ${WRKSRC}/Makefile