aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-25 10:37:34 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-25 10:37:34 +0000
commit999d1e8a9220c9bcbcc18bf10463329de829b402 (patch)
tree1abc40844488ad8de077728fca8c8b4f4be1d7c5 /www
parentff06acb8923106c523d807c49eef4506d3acceb8 (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/netscape48-communicator/Makefile1
-rw-r--r--www/netscape48-communicator/files/netscape.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index 4731663a5e8b..b4140fc86496 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-communicator/Makefile
@@ -49,6 +49,7 @@ post-configure:
${SED} -e "s;@PREFIX@;${PREFIX};g" -e "s;@NSUBDIR@;${NSUBDIR};g" \
-e "s;@BROWSER@;${BROWSER_ARC};g" \
-e "s;@BROWSER_VER@;${BROWSER_VER};g" \
+ -e "s;@LOCALBASE@;${LOCALBASE};" \
${WRAPPER_TEMPLATE} >${WRKSRC}/netscape
${CHMOD} +x ${WRKSRC}/netscape
${ECHO_CMD} -n ${INFILE_HEAD},${NDIR} >${WRKSRC}/infile
diff --git a/www/netscape48-communicator/files/netscape.sh b/www/netscape48-communicator/files/netscape.sh
index f5b5ba66eed1..ab4f73504f8c 100644
--- a/www/netscape48-communicator/files/netscape.sh
+++ b/www/netscape48-communicator/files/netscape.sh
@@ -1,6 +1,6 @@
#!/bin/sh
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@}
-export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
+export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins:@LOCALBASE@/Acrobat5/Browsers/intellinux/
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
export XCMSDB; XCMSDB=/dev/null
ulimit -c 0