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) --- textproc/p5-Tk-XMLViewer/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/p5-Tk-XMLViewer') diff --git a/textproc/p5-Tk-XMLViewer/pkg-plist b/textproc/p5-Tk-XMLViewer/pkg-plist index fa12c1a..6740be8 100644 --- a/textproc/p5-Tk-XMLViewer/pkg-plist +++ b/textproc/p5-Tk-XMLViewer/pkg-plist @@ -3,5 +3,5 @@ bin/tkxmlview %%SITE_PERL%%/Tk/XMLViewer.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/XMLViewer/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/XMLViewer -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Tk 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk +@dirrmtry %%SITE_PERL%%/Tk -- cgit v1.1