diff options
Diffstat (limited to 'math/p5-Graph')
-rw-r--r-- | math/p5-Graph/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Graph/pkg-plist b/math/p5-Graph/pkg-plist index ff7e4ea2040a..b1b830373e12 100644 --- a/math/p5-Graph/pkg-plist +++ b/math/p5-Graph/pkg-plist @@ -22,5 +22,5 @@ @dirrm %%SITE_PERL%%/Graph/AdjacencyMap @dirrm %%SITE_PERL%%/Graph/TransitiveClosure @dirrm %%SITE_PERL%%/Graph/Traversal -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Graph 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph +@dirrmtry %%SITE_PERL%%/Graph |