diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | 508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch) | |
tree | f7810d4887e5297c7b7788225e906b99c81d709b /textproc/p5-XML-Atom-SimpleFeed | |
parent | Fix pkg-plist. (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'textproc/p5-XML-Atom-SimpleFeed')
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-XML-Atom-SimpleFeed/pkg-plist b/textproc/p5-XML-Atom-SimpleFeed/pkg-plist index 5a5ed466fa12..eb0c3b2dbcde 100644 --- a/textproc/p5-XML-Atom-SimpleFeed/pkg-plist +++ b/textproc/p5-XML-Atom-SimpleFeed/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/XML/Atom/SimpleFeed.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/SimpleFeed/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/SimpleFeed 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/XML/Atom 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/SimpleFeed +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML/Atom +@dirrmtry %%SITE_PERL%%/XML |