mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8 lines
226 B
Bash
8 lines
226 B
Bash
#!/bin/sh
|
|
#
|
|
# shuffle things around for bmake to work right
|
|
#
|
|
mv ${WRKDIR}/makefile ${WRKDIR}/makefile.dist
|
|
sed -e "s@%%PREFIX%%@${PREFIX}@" < ${FILESDIR}/Makefile.sed > ${WRKDIR}/Makefile
|
|
cp ${FILESDIR}/dot.kermrc ${WRKDIR}
|