mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
6 lines
195 B
Bash
6 lines
195 B
Bash
#!/bin/sh
|
|
|
|
rm -f ${WRKSRC}/makefile
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
|
cp ${FILESDIR}/FreeBSD ${WRKSRC}/conf/FreeBSD
|
|
cp ${FILESDIR}/FreeBSD.without_x11 ${WRKSRC}/conf/FreeBSD.without_x11
|