mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $Id: configure,v 1.3 1994/10/04 15:12:02 jkh Exp $
|
||
|
#
|
||
|
|
||
|
rm -f ${WRKSRC}/makefile
|
||
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|