freebsd-ports/japanese/vftool/scripts/configure

9 lines
206 B
Bash

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