mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8 lines
214 B
Bash
8 lines
214 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
|