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
206 B
Plaintext
Raw Normal View History

#!/bin/sh
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.tmpl
${SED} -e "s@%%AFM%%@${AFMDIR}@g" \
-e "s@%%JFM%%@${JFMDIR}@g" \
-e "s@%%PK%%@${PKDIR}@g" \
< ${WRKSRC}/Makefile.tmpl > ${WRKSRC}/Makefile