blob: 43d0fa49da672f071fb068d9927b2ae6494f7d99 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/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
|