summaryrefslogtreecommitdiff
path: root/www/linux-netscape4/scripts/configure
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-07-03 01:06:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-07-03 01:06:26 +0000
commit985e1a2c32de271f14cc2c07c42ad879ccbafe35 (patch)
treef3bc4792518daa327c419a5cae5762bac18f9245 /www/linux-netscape4/scripts/configure
parentAdd fake @cwd /usr/local to not allow pkg_create to remove next (diff)
Linux port because BSDI one cause division by zero
Notes
Notes: svn path=/head/; revision=7200
Diffstat (limited to '')
-rw-r--r--www/linux-netscape4/scripts/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/linux-netscape4/scripts/configure b/www/linux-netscape4/scripts/configure
new file mode 100644
index 000000000000..8c5c89e4af0e
--- /dev/null
+++ b/www/linux-netscape4/scripts/configure
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+sed -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
+ ${FILESDIR}/netscape.sh >${WRKSRC}/netscape
+chmod +x ${WRKSRC}/netscape
+