diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
commit | 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch) | |
tree | c7335c38bb107ec2177c798763c3b89da5c2523b /finance/p5-Math-Financial | |
parent | e80f0953d18006170971019cc3936a2de46081ab (diff) | |
download | freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'finance/p5-Math-Financial')
-rw-r--r-- | finance/p5-Math-Financial/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/p5-Math-Financial/pkg-plist b/finance/p5-Math-Financial/pkg-plist index c355eb260985..a4d21c56ce09 100644 --- a/finance/p5-Math-Financial/pkg-plist +++ b/finance/p5-Math-Financial/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Math/Financial.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Financial/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Financial -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math |