8 lines
95 B
Bash
8 lines
95 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
rm -f ${WRKSRC}/makefile
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|