mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c6f363118a
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
8 lines
136 B
Bash
8 lines
136 B
Bash
#!/bin/sh
|
|
#
|
|
# $Id: configure,v 1.3 1994/10/04 15:12:02 jkh Exp $
|
|
#
|
|
|
|
rm -f ${WRKSRC}/makefile
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|