mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6ea9106380
ready to split into vftool and vftool-misc. PR: 7520 Submitted by: maintainer
9 lines
206 B
Bash
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
|