mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
mv ${WRKSRC}/src/paths.h ${WRKSRC}/src/paths.h.bak
|
||
|
sed <${WRKSRC}/src/paths.h.bak >${WRKSRC}/src/paths.h s+!!PREFIX!!+$PREFIX+g
|
||
|
|
||
|
cp ${FILESDIR}/freebsd.c ${WRKSRC}/src/kernel/freebsd.c
|