. Chase the X11BASE -> LOCALBASE change for the browser plugin directories.
PR: 104476 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
719379d7bb
commit
51190bcc6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176640
6 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= jdk
|
||||
PORTVERSION= ${JDK_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= #
|
||||
PKGNAMEPREFIX= diablo-
|
||||
|
|
|
@ -12,7 +12,7 @@ fi
|
|||
# Remove the plugin
|
||||
|
||||
# Plugin location variables
|
||||
BROWSERPLUGINDIR=%%X11BASE%%/lib/browser_plugins
|
||||
BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins
|
||||
if [ `echo "$1" | grep jdk` ]; then
|
||||
DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/i386/ns7
|
||||
else
|
||||
|
|
|
@ -12,7 +12,7 @@ fi
|
|||
# Attempt to install a link for the browser plugin during post-install
|
||||
if [ "$2" = "POST-INSTALL" ]; then
|
||||
# Plugin location variables
|
||||
BROWSERPLUGINDIR=%%X11BASE%%/lib/browser_plugins
|
||||
BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins
|
||||
if [ `echo "$1" | grep jdk` ]; then
|
||||
DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/`uname -p`/ns7
|
||||
else
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= jre
|
||||
PORTVERSION= ${JRE_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= #
|
||||
PKGNAMEPREFIX= diablo-
|
||||
|
|
|
@ -12,7 +12,7 @@ fi
|
|||
# Remove the plugin
|
||||
|
||||
# Plugin location variables
|
||||
BROWSERPLUGINDIR=%%X11BASE%%/lib/browser_plugins
|
||||
BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins
|
||||
if [ `echo "$1" | grep jdk` ]; then
|
||||
DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/i386/ns7
|
||||
else
|
||||
|
|
|
@ -12,7 +12,7 @@ fi
|
|||
# Attempt to install a link for the browser plugin during post-install
|
||||
if [ "$2" = "POST-INSTALL" ]; then
|
||||
# Plugin location variables
|
||||
BROWSERPLUGINDIR=%%X11BASE%%/lib/browser_plugins
|
||||
BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins
|
||||
if [ `echo "$1" | grep jdk` ]; then
|
||||
DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/`uname -p`/ns7
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue