diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
commit | 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch) | |
tree | c7335c38bb107ec2177c798763c3b89da5c2523b /devel/p5-Log-Accounting-SVK | |
parent | e80f0953d18006170971019cc3936a2de46081ab (diff) | |
download | FreeBSD-ports-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip FreeBSD-ports-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'devel/p5-Log-Accounting-SVK')
-rw-r--r-- | devel/p5-Log-Accounting-SVK/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Log-Accounting-SVK/pkg-plist b/devel/p5-Log-Accounting-SVK/pkg-plist index 56f18b5..ec751489 100644 --- a/devel/p5-Log-Accounting-SVK/pkg-plist +++ b/devel/p5-Log-Accounting-SVK/pkg-plist @@ -2,7 +2,7 @@ bin/svk-accounting.pl %%SITE_PERL%%/Log/Accounting/SVK.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVK/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVK -@unexec rmdir %D/%%SITE_PERL%%/Log/Accounting 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Log 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Log/Accounting +@dirrmtry %%SITE_PERL%%/Log @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting 2>/dev/null ||true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log 2>/dev/null ||true |