From e31bed690b2fba4714686b691a351a51b98d80e8 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 03:01:03 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- www/p5-Apache-DBI/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/p5-Apache-DBI') diff --git a/www/p5-Apache-DBI/pkg-plist b/www/p5-Apache-DBI/pkg-plist index e93f4e5a09b9..814e8dc2141f 100644 --- a/www/p5-Apache-DBI/pkg-plist +++ b/www/p5-Apache-DBI/pkg-plist @@ -2,4 +2,4 @@ %%SITE_PERL%%/Apache/AuthDBI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI -@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Apache -- cgit