mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fixed installation (destination directory) and
package list (missing files). Bumped PORTREVISION.
This commit is contained in:
parent
f18bb65ed0
commit
90d16bdc36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88551
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= jdk
|
||||
PORTVERSION= ${INSTALL_JDK_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= #
|
||||
PKGNAMEPREFIX= linux-sun-
|
||||
@ -29,7 +30,7 @@ PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
DL_JDK_VERSION= 1.4.2_01
|
||||
INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g}-linux-i586
|
||||
INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g}
|
||||
ONLY_FOR_ARCHS= i386
|
||||
SUN_BUNDLE_ID= 8948
|
||||
DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID}&Referer=http://java.sun.com/j2se/1.4.2/download.html
|
||||
|
@ -957,12 +957,18 @@
|
||||
%%T%%/jre/lib/font.properties.ja.Redhat7.2
|
||||
%%T%%/jre/lib/font.properties.ja.Redhat7.3
|
||||
%%T%%/jre/lib/font.properties.ja.Redhat8.0
|
||||
%%T%%/jre/lib/font.properties.ja.Sun
|
||||
%%T%%/jre/lib/font.properties.ja.Turbo
|
||||
%%T%%/jre/lib/font.properties.ja.Turbo6.0
|
||||
%%T%%/jre/lib/font.properties.ja_JP_UTF8.Sun
|
||||
%%T%%/jre/lib/font.properties.ko.Redhat8.0
|
||||
%%T%%/jre/lib/font.properties.zh.Turbo
|
||||
%%T%%/jre/lib/font.properties.zh_CN.Redhat8.0
|
||||
%%T%%/jre/lib/font.properties.zh_CN.Sun
|
||||
%%T%%/jre/lib/font.properties.zh_CN_UTF8.Sun
|
||||
%%T%%/jre/lib/font.properties.zh_TW.Redhat8.0
|
||||
%%T%%/jre/lib/font.properties.zh_TW.Sun
|
||||
%%T%%/jre/lib/font.properties.zh_TW_UTF8.Sun
|
||||
%%T%%/jre/lib/fonts/LucidaBrightDemiBold.ttf
|
||||
%%T%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf
|
||||
%%T%%/jre/lib/fonts/LucidaBrightItalic.ttf
|
||||
|
Loading…
Reference in New Issue
Block a user