mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
rm -f ${WRKSRC}/makefile
|
||
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
||
|
cp ${FILESDIR}/FreeBSD ${WRKSRC}/conf/FreeBSD
|