1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/vftool/scripts/configure

9 lines
228 B
Plaintext
Raw Normal View History

#!/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