diff options
author | jlam <jlam> | 2003-01-29 11:10:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-29 11:10:19 +0000 |
commit | e5e174e0ac850bf1c9c6b1f23c4e8e0b6269fdc8 (patch) | |
tree | 09037ecd8986880adfbce068bfc9eb06bc3e87c1 /lang/sun-jdk13/PLIST | |
parent | a8a95947a591b6819348c5c0f7fc9795c1eb05ce (diff) | |
download | pkgsrc-e5e174e0ac850bf1c9c6b1f23c4e8e0b6269fdc8.tar.gz |
Update sun-jre13 and sun-jdk13 to 1.0.7. These are bug fix releases from
Sun for JDK 1.3.1. Pkgsrc changes include noting that some of the installed
files are config files and using bsd.pkg.install.mk to handle the file
copying and directory handling, and using a more scalable method to remove
files shared between the JRE and JDK during the JDK installation.
This closes PR 18942 by Urban Boquist <urban at boquist.net>.
Diffstat (limited to 'lang/sun-jdk13/PLIST')
-rw-r--r-- | lang/sun-jdk13/PLIST | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/sun-jdk13/PLIST b/lang/sun-jdk13/PLIST index 1fc32e6e809..12fb7e0ce1d 100644 --- a/lang/sun-jdk13/PLIST +++ b/lang/sun-jdk13/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/07/27 22:01:33 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/29 11:10:19 jlam Exp $ README.html bin/HtmlConverter bin/appletviewer @@ -610,8 +610,6 @@ man/man1/native2ascii.1 man/man1/rmic.1 man/man1/serialver.1 src.jar -@unexec ${RMDIR} %D/lib/i386 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/lib 2>/dev/null || ${TRUE} @dirrm include/linux @dirrm include-old/linux @dirrm include-old @@ -711,7 +709,3 @@ src.jar @dirrm demo/applets/Animator @dirrm demo/applets @dirrm demo -@unexec ${RMDIR} %D/bin/i386/native_threads 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/bin/i386/green_threads 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/bin/i386 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D 2>/dev/null || ${TRUE} |