mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6 lines
125 B
Bash
6 lines
125 B
Bash
#!/bin/sh
|
|
|
|
rm -f ${WRKSRC}/makefile
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
|
cp ${FILESDIR}/FreeBSD ${WRKSRC}/conf/FreeBSD
|