diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 10:30:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 10:30:01 +0800 |
commit | feafe637a586a81fbc65a23660b6e82c87d90f07 (patch) | |
tree | 236a81a898bb37fc1877a514deec3f6192b95260 /math/p5-Math-Vec | |
parent | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (diff) | |
download | freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.gz freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.zst freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'math/p5-Math-Vec')
-rw-r--r-- | math/p5-Math-Vec/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Vec/pkg-plist b/math/p5-Math-Vec/pkg-plist index 3fa0ccce7cf0..669e7e7cdea3 100644 --- a/math/p5-Math-Vec/pkg-plist +++ b/math/p5-Math-Vec/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Math/Vec.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Vec/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Vec -@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |