aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Net-FreeDB
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:14:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:14:22 +0000
commit98c419f62ad4c7bce13913be28ef8eefe074e650 (patch)
treef44fec44f6e7b4e19694c9aa3e6a41cd553d2083 /audio/p5-Net-FreeDB
parentd469b03a3ba02443d8c7ab59e02d7c38cf4abe10 (diff)
downloadports-98c419f62ad4c7bce13913be28ef8eefe074e650.tar.gz
ports-98c419f62ad4c7bce13913be28ef8eefe074e650.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711
Notes
Notes: svn path=/head/; revision=154107
Diffstat (limited to 'audio/p5-Net-FreeDB')
-rw-r--r--audio/p5-Net-FreeDB/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/p5-Net-FreeDB/pkg-plist b/audio/p5-Net-FreeDB/pkg-plist
index 0bc547df87c1..688bbb060dd0 100644
--- a/audio/p5-Net-FreeDB/pkg-plist
+++ b/audio/p5-Net-FreeDB/pkg-plist
@@ -4,7 +4,7 @@
%%SITE_PERL%%/mach/auto/Net/FreeDB/FreeDB.so
%%SITE_PERL%%/mach/auto/Net/FreeDB/autosplit.ix
@dirrm %%SITE_PERL%%/mach/auto/Net/FreeDB
-@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Net 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/mach/auto 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/mach/Net 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/mach 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/mach/auto/Net
+@dirrmtry %%SITE_PERL%%/mach/auto
+@dirrmtry %%SITE_PERL%%/mach/Net
+@dirrmtry %%SITE_PERL%%/mach