diff options
author | des <des@FreeBSD.org> | 2001-10-04 21:29:56 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-10-04 21:29:56 +0800 |
commit | 71efdfdf8e3e205e8b3788fce9f191a91e70f2db (patch) | |
tree | 8cbdf309d933b32a789349f4be0fc890ca03319d /www | |
parent | 2b9083242059f10c179791f957b095ed35da9774 (diff) | |
download | freebsd-ports-graphics-71efdfdf8e3e205e8b3788fce9f191a91e70f2db.tar.gz freebsd-ports-graphics-71efdfdf8e3e205e8b3788fce9f191a91e70f2db.tar.zst freebsd-ports-graphics-71efdfdf8e3e205e8b3788fce9f191a91e70f2db.zip |
Add Acrobat Reader to the plugin path.
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-opera-devel/files/opera.sh | 1 | ||||
-rw-r--r-- | www/linux-opera/files/opera.sh | 1 | ||||
-rw-r--r-- | www/linux-opera7/files/opera.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/www/linux-opera-devel/files/opera.sh b/www/linux-opera-devel/files/opera.sh index 415bfa64177..815dcaa62df 100644 --- a/www/linux-opera-devel/files/opera.sh +++ b/www/linux-opera-devel/files/opera.sh @@ -4,6 +4,7 @@ OPERA_PLUGIN_PATH="%%PREFIX%%/share/opera/plugins" for plugin_dir in \ %%PREFIX%%/lib/netscape-linux/plugins \ %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \ + %%PREFIX%%/Acrobat4/Browsers/intellinux \ ; do if [ -d "${plugin_dir}" ] ; then diff --git a/www/linux-opera/files/opera.sh b/www/linux-opera/files/opera.sh index 415bfa64177..815dcaa62df 100644 --- a/www/linux-opera/files/opera.sh +++ b/www/linux-opera/files/opera.sh @@ -4,6 +4,7 @@ OPERA_PLUGIN_PATH="%%PREFIX%%/share/opera/plugins" for plugin_dir in \ %%PREFIX%%/lib/netscape-linux/plugins \ %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \ + %%PREFIX%%/Acrobat4/Browsers/intellinux \ ; do if [ -d "${plugin_dir}" ] ; then diff --git a/www/linux-opera7/files/opera.sh b/www/linux-opera7/files/opera.sh index 415bfa64177..815dcaa62df 100644 --- a/www/linux-opera7/files/opera.sh +++ b/www/linux-opera7/files/opera.sh @@ -4,6 +4,7 @@ OPERA_PLUGIN_PATH="%%PREFIX%%/share/opera/plugins" for plugin_dir in \ %%PREFIX%%/lib/netscape-linux/plugins \ %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \ + %%PREFIX%%/Acrobat4/Browsers/intellinux \ ; do if [ -d "${plugin_dir}" ] ; then |