aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-Audio-Scrobbler
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 09:14:22 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 09:14:22 +0800
commit037333a694c773f6fa0db97ae554e7544d414de3 (patch)
treed5999820c3a60e95760cee31e3e50b06155749a0 /audio/p5-Audio-Scrobbler
parent9cca2a1987a8287975629ca08a4deed2032a26d8 (diff)
downloadfreebsd-ports-gnome-037333a694c773f6fa0db97ae554e7544d414de3.tar.gz
freebsd-ports-gnome-037333a694c773f6fa0db97ae554e7544d414de3.tar.zst
freebsd-ports-gnome-037333a694c773f6fa0db97ae554e7544d414de3.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711
Diffstat (limited to 'audio/p5-Audio-Scrobbler')
-rw-r--r--audio/p5-Audio-Scrobbler/pkg-plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/p5-Audio-Scrobbler/pkg-plist b/audio/p5-Audio-Scrobbler/pkg-plist
index b152cebdac17..82e3e369e4dd 100644
--- a/audio/p5-Audio-Scrobbler/pkg-plist
+++ b/audio/p5-Audio-Scrobbler/pkg-plist
@@ -1,8 +1,8 @@
bin/scrobbler-helper
%%SITE_PERL%%/mach/auto/Audio/Scrobbler/.packlist
%%SITE_PERL%%/Audio/Scrobbler.pm
-@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Audio/Scrobbler 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Audio 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/mach/auto 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/mach 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Audio 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/mach/auto/Audio/Scrobbler
+@dirrmtry %%SITE_PERL%%/mach/auto/Audio
+@dirrmtry %%SITE_PERL%%/mach/auto
+@dirrmtry %%SITE_PERL%%/mach
+@dirrmtry %%SITE_PERL%%/Audio