summaryrefslogtreecommitdiff
path: root/japanese/vftool/scripts/configure
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-09 00:58:49 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-09 00:58:49 +0000
commit6ea91063806935365cc2716053985a5f84392f79 (patch)
tree4049e8d895eb416c04a8ad18968efd4fc8c3c45d /japanese/vftool/scripts/configure
parentUpdate to version 2.0 (diff)
Remove a couple of BUILD_DEPENDS, cleanup DESC/COMMENT, and get
ready to split into vftool and vftool-misc. PR: 7520 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=12361
Diffstat (limited to '')
-rw-r--r--japanese/vftool/scripts/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vftool/scripts/configure b/japanese/vftool/scripts/configure
index 9417c62c3edb..43d0fa49da67 100644
--- a/japanese/vftool/scripts/configure
+++ b/japanese/vftool/scripts/configure
@@ -1,8 +1,8 @@
#!/bin/sh
+${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.tmpl
+
${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