From 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 01:55:36 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- devel/p5-DateTime-Format-ISO8601/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/p5-DateTime-Format-ISO8601') diff --git a/devel/p5-DateTime-Format-ISO8601/pkg-plist b/devel/p5-DateTime-Format-ISO8601/pkg-plist index 1f679b9cc41f..5b9b344da5a1 100644 --- a/devel/p5-DateTime-Format-ISO8601/pkg-plist +++ b/devel/p5-DateTime-Format-ISO8601/pkg-plist @@ -1,4 +1,4 @@ %%SITE_PERL%%/DateTime/Format/ISO8601.pm %%SITE_PERL%%/DateTime/Format/ISO8601.pod -@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/DateTime/Format +@dirrmtry %%SITE_PERL%%/DateTime -- cgit