blob: 9a50005f75f2f088f910ac5b969e06f435301ca9 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
#
# $Id: configure,v 1.1.1.1 1994/10/23 01:27:56 torstenb Exp $
#
mv ${WRKSRC}/src/paths.h ${WRKSRC}/src/paths.h.bak
sed <${WRKSRC}/src/paths.h.bak >${WRKSRC}/src/paths.h s+!!PREFIX!!+$PREFIX+g
|