mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
f1bad81000
Submitted by: Obtained from: pidentd - a RFC 1413 identification server
10 lines
207 B
Bash
10 lines
207 B
Bash
#!/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
|