forked from Lainports/freebsd-ports
28 lines
777 B
Text
28 lines
777 B
Text
--- install.sh.orig Thu May 23 13:34:04 2002
|
|
+++ install.sh Mon May 27 14:25:51 2002
|
|
@@ -737,6 +737,16 @@
|
|
/usr/lib/j2re1.3/plugin/i386/netscape4 \\"
|
|
;;
|
|
|
|
+ i386:FreeBSD)
|
|
+ wrapper_plugin_paths="
|
|
+ %%PREFIX%%/Acrobat[45]/bin \\
|
|
+ %%PREFIX%%/lib/RealPlayer8/Plugins \\
|
|
+ %%PREFIX%%/lib/netscape-linux/plugins \\
|
|
+ %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \\
|
|
+ %%PREFIX%%/linux-ibm-jdk1.3.0/jre/bin \\
|
|
+ %%PREFIX%%/linux-jdk1.4.0b3/jre/plugin/i386/ns4 \\"
|
|
+ ;;
|
|
+
|
|
mips*:Linux)
|
|
wrapper_plugin_paths=''
|
|
;;
|
|
@@ -799,7 +809,7 @@
|
|
|
|
# Acrobat Reader
|
|
for BINDIR in \\
|
|
- /usr/local/Acrobat[45]/bin \\
|
|
+ %%PREFIX%%/Acrobat[45]/bin \\
|
|
/usr/lib/Acrobat[45]/bin \\
|
|
/usr/X11R6/lib/Acrobat[45]/bin \\
|
|
/opt/Acrobat[45]/bin \\
|