#!/bin/sh

${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.tmpl

${SED}  -e "s@%%GOTTFM%%@${GOTTFMDIR}@g" \
	-e "s@%%MINTFM%%@${MINTFMDIR}@g" \
	-e "s@%%PK%%@${PKDIR}@g" \
		<  ${WRKSRC}/Makefile.tmpl > ${WRKSRC}/Makefile
