diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
commit | a437d08ecacfe1693a6e9f6ee1906a6f425ca700 (patch) | |
tree | 547a63eef9c79ff429d082d13015036a6cfa4c85 /misc/p5-Array-IntSpan | |
parent | 0416031c9ba13da33845bc762078065b482dd551 (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154114
Diffstat (limited to 'misc/p5-Array-IntSpan')
-rw-r--r-- | misc/p5-Array-IntSpan/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Array-IntSpan/pkg-plist b/misc/p5-Array-IntSpan/pkg-plist index 18bd53ddcdab..c6bdf94c886a 100644 --- a/misc/p5-Array-IntSpan/pkg-plist +++ b/misc/p5-Array-IntSpan/pkg-plist @@ -3,6 +3,6 @@ %%SITE_PERL%%/Array/IntSpan/Fields.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrm %%SITE_PERL%%/Array/IntSpan -@unexec rmdir %D/%%SITE_PERL%%/Array 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Array |