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


syntax highlighted by Code2HTML, v. 0.9.1