summaryrefslogtreecommitdiff
path: root/net/mars_nwe/scripts
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>2001-03-11 02:38:43 +0000
committerBoris Popov <bp@FreeBSD.org>2001-03-11 02:38:43 +0000
commitdb65831a12ca885d19d0762440dc50986a80dae0 (patch)
tree4089634d0925fc27bdfd06a992a75c3c7500ecd0 /net/mars_nwe/scripts
parentAdjust(fix) info processing. (diff)
Some installed files do not respected PREFIX - fixed
Notes
Notes: svn path=/head/; revision=39528
Diffstat (limited to 'net/mars_nwe/scripts')
-rw-r--r--net/mars_nwe/scripts/configure2
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