summaryrefslogtreecommitdiff
path: root/archivers/deepforest
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 00:17:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 00:17:42 +0000
commite8d3c8300fde17c34b15fc2d889e55641e0a8f00 (patch)
treebbb6bde5614379bfe98675053e4e845e1233cf74 /archivers/deepforest
parentDrupal appears to re-roll modules from cvs on a nightly basis in such (diff)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes: svn path=/head/; revision=154104
Diffstat (limited to 'archivers/deepforest')
-rw-r--r--archivers/deepforest/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/deepforest/pkg-plist b/archivers/deepforest/pkg-plist
index 3740b699a31f..0aaa5b0d4880 100644
--- a/archivers/deepforest/pkg-plist
+++ b/archivers/deepforest/pkg-plist
@@ -10,10 +10,10 @@ JDE/DeepForest/docs/Japanese/README.sjis
JDE/DeepForest/install.sh
bin/DeepForest.app
%%PIXMAP_PATH%%/DeepForest.xpm
-@unexec rmdir %D/share/WindowMaker/Pixmaps 2>/dev/null || true
-@unexec rmdir %D/share/WindowMaker 2>/dev/null || true
+@dirrmtry share/WindowMaker/Pixmaps
+@dirrmtry share/WindowMaker
@dirrm JDE/DeepForest/docs/English
@dirrm JDE/DeepForest/docs/Japanese
@dirrm JDE/DeepForest/docs
@dirrm JDE/DeepForest
-@unexec rmdir %D/JDE 2>/dev/null || true
+@dirrmtry JDE