diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
commit | af48ddd7a913664262c3da6a6a140a2873659925 (patch) | |
tree | b02c2828dfcaddff86c9832b03bbf528381e8b24 /archivers/deepforest | |
parent | ea06bd23b101258e6696714c0640510b5025b71c (diff) | |
download | FreeBSD-ports-af48ddd7a913664262c3da6a6a140a2873659925.zip FreeBSD-ports-af48ddd7a913664262c3da6a6a140a2873659925.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Diffstat (limited to 'archivers/deepforest')
-rw-r--r-- | archivers/deepforest/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/deepforest/pkg-plist b/archivers/deepforest/pkg-plist index 3740b69..0aaa5b0 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 |