diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:14:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:14:22 +0000 |
commit | 98c419f62ad4c7bce13913be28ef8eefe074e650 (patch) | |
tree | f44fec44f6e7b4e19694c9aa3e6a41cd553d2083 /audio/p5-Audio-Wav | |
parent | d469b03a3ba02443d8c7ab59e02d7c38cf4abe10 (diff) |
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-Audio-Wav')
-rw-r--r-- | audio/p5-Audio-Wav/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Audio-Wav/pkg-plist b/audio/p5-Audio-Wav/pkg-plist index 80e2d90c8f6c..dd08bc0780eb 100644 --- a/audio/p5-Audio-Wav/pkg-plist +++ b/audio/p5-Audio-Wav/pkg-plist @@ -8,5 +8,5 @@ @dirrm %%SITE_PERL%%/Audio/Wav/Write @dirrm %%SITE_PERL%%/Audio/Wav @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Wav -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Audio 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio +@dirrmtry %%SITE_PERL%%/Audio |