summaryrefslogtreecommitdiff
path: root/java/jdk14-doc/pkg-plist
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-19 09:06:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-19 09:06:27 +0000
commitc76a75669bbe4801a07f51b6c6cea9f3019b9109 (patch)
tree3919884d2915cf873a2853b3e0ca56a975f643b0 /java/jdk14-doc/pkg-plist
parentUpdate to 1.1.0. (diff)
Update to 1.1.8_003. (PORTVERSION untouched)
PR: 18034 Submitted by: Palle Girgensohn <girgen@partitur.se> Use just `${CP} -R' instead of tar|tar. By the way, owner/group IDs of files should not be preserved on copying in the installation process, because if one did `make' and then `su' to `make install', the installed files would be owned by a normal user. Beware, porters!
Notes
Notes: svn path=/head/; revision=27743
Diffstat (limited to '')
-rw-r--r--java/jdk14-doc/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk14-doc/pkg-plist b/java/jdk14-doc/pkg-plist
index 5ddb5b77034d..e51c259904e5 100644
--- a/java/jdk14-doc/pkg-plist
+++ b/java/jdk14-doc/pkg-plist
@@ -1089,5 +1089,5 @@ jdk%%VERSION%%/docs/tooldocs/win32/serialver.html
@dirrm jdk%%VERSION%%/docs/tooldocs/solaris
@dirrm jdk%%VERSION%%/docs/tooldocs/win32
@dirrm jdk%%VERSION%%/docs/tooldocs
-@dirrm jdk%%VERSION%%/docs
-@dirrm jdk%%VERSION%%
+@unexec rmdir %D/jdk%%VERSION%%/docs > /dev/null 2>&1 || true
+@unexec rmdir %D/jdk%%VERSION%% > /dev/null 2>&1 || true