mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
624195f076
advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes.
10 lines
270 B
Bash
10 lines
270 B
Bash
#!/bin/sh
|
|
#
|
|
# configure,v 1.1.1.1 1994/10/23 01:36:59 torstenb Exp
|
|
#
|
|
|
|
mv ${WRKSRC}/src/pathnames.h ${WRKSRC}/src/pathnames.h.bak
|
|
sed <${WRKSRC}/src/pathnames.h.bak >${WRKSRC}/src/pathnames.h s+!!PREFIX!!+$PREFIX+g
|
|
|
|
cp ${FILESDIR}/skey-stuff.c ${WRKSRC}/src/skey-stuff.c
|