diff options
author | Boris Popov <bp@FreeBSD.org> | 2001-03-11 02:38:43 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 2001-03-11 02:38:43 +0000 |
commit | db65831a12ca885d19d0762440dc50986a80dae0 (patch) | |
tree | 4089634d0925fc27bdfd06a992a75c3c7500ecd0 /net/mars_nwe/scripts | |
parent | a2d6f22e1dd1b8ebe50d42d8f9edefee5542024b (diff) |
Notes
Diffstat (limited to 'net/mars_nwe/scripts')
-rw-r--r-- | net/mars_nwe/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mars_nwe/scripts/configure b/net/mars_nwe/scripts/configure index abbe9fa6d0c6..a5a972ea574b 100644 --- a/net/mars_nwe/scripts/configure +++ b/net/mars_nwe/scripts/configure @@ -1,5 +1,5 @@ #!/bin/sh -cp ${WRKSRC}/examples/config.h ${WRKSRC}/config.h +sed "s|%%PREFIX%%|${PREFIX}|g" < ${WRKSRC}/examples/config.h > ${WRKSRC}/config.h cp ${WRKSRC}/examples/nw.ini ${WRKSRC}/nw.ini cp ${WRKSRC}/examples/mk.li ${WRKSRC}/mk.li |