diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-05 08:46:49 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-05 08:46:49 +0800 |
commit | 6128113c03d45b1fd1792e051caaccf7e0fe05cc (patch) | |
tree | 2087e663747563bac9937bf3eb560dffe5c96502 /www/hotjava | |
parent | 70621846af5086e297255e33d50f4915a9a0af2d (diff) | |
download | freebsd-ports-gnome-6128113c03d45b1fd1792e051caaccf7e0fe05cc.tar.gz freebsd-ports-gnome-6128113c03d45b1fd1792e051caaccf7e0fe05cc.tar.zst freebsd-ports-gnome-6128113c03d45b1fd1792e051caaccf7e0fe05cc.zip |
Fix the previous commit to do a @unexec rmdir ... instead.
Diffstat (limited to 'www/hotjava')
-rw-r--r-- | www/hotjava/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/hotjava/pkg-plist b/www/hotjava/pkg-plist index c6f1bd94bdc4..87fc5686e21e 100644 --- a/www/hotjava/pkg-plist +++ b/www/hotjava/pkg-plist @@ -14,3 +14,4 @@ share/java/HotJava/admin-docs/trustProxy.html share/java/HotJava/hotjava @dirrm share/java/HotJava/admin-docs @dirrm share/java/HotJava +@unexec rmdir %D/share/java || true |