mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
11 lines
311 B
Bash
11 lines
311 B
Bash
#!/bin/sh
|
|
#
|
|
# $Id: configure,v 1.1.1.1 1994/10/23 01:22:35 torstenb Exp $
|
|
|
|
sed <${FILESDIR}/EDITME >${WRKSRC}/conf/EDITME s+!!PREFIX!!+$PREFIX+g
|
|
sed <${FILESDIR}/freebsd2.0 >${WRKSRC}/conf/os/freebsd2.0 s+!!PREFIX!!+$PREFIX+g
|
|
|
|
if [ $USE_IDENT ]; then
|
|
echo >>${WRKSRC}/conf/os/freebsd2.0 HAVE=\$HAVE:RFC1413
|
|
fi
|