diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 11:01:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 11:01:03 +0800 |
commit | e31bed690b2fba4714686b691a351a51b98d80e8 (patch) | |
tree | fb869b3f76a5b4c5a0d4932490adea12d65abd80 /net/v6eval | |
parent | 176655f0a1e9745862db36b0cbfab399d74d1339 (diff) | |
download | freebsd-ports-graphics-e31bed690b2fba4714686b691a351a51b98d80e8.tar.gz freebsd-ports-graphics-e31bed690b2fba4714686b691a351a51b98d80e8.tar.zst freebsd-ports-graphics-e31bed690b2fba4714686b691a351a51b98d80e8.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'net/v6eval')
-rw-r--r-- | net/v6eval/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/v6eval/pkg-plist b/net/v6eval/pkg-plist index c20e597e9f7..cd416d5e6a7 100644 --- a/net/v6eval/pkg-plist +++ b/net/v6eval/pkg-plist @@ -133,7 +133,7 @@ v6eval/man/man1/pktsend.1.gz @dirrm v6eval/include @dirrm v6eval/man/man1 @dirrm v6eval/man -@unexec rmdir %D/v6eval/etc 2>/dev/null || true +@dirrmtry v6eval/etc @dirrm v6eval lib/perl5/%%PERL_VERSION%%/man/man3/V6evalRemote.3 lib/perl5/%%PERL_VERSION%%/man/man3/V6evalTool.3 @@ -143,6 +143,6 @@ lib/perl5/%%PERL_VERSION%%/man/man3/V6evalTool.3 %%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalCommon/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalRemote/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalTool/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalCommon 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalRemote 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalTool 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalCommon +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalRemote +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/V6evalTool |