diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (patch) | |
tree | 70253ae4904e6777d975133ac5d163530a80b02a /graphics/p5-SpringGraph | |
parent | e8320e01ab60ecf311418120fb31f132f2adf4e9 (diff) | |
download | FreeBSD-ports-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.zip FreeBSD-ports-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'graphics/p5-SpringGraph')
-rw-r--r-- | graphics/p5-SpringGraph/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-SpringGraph/pkg-plist b/graphics/p5-SpringGraph/pkg-plist index 22e0586..69b7dc4 100644 --- a/graphics/p5-SpringGraph/pkg-plist +++ b/graphics/p5-SpringGraph/pkg-plist @@ -1,4 +1,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/SpringGraph/.packlist %%SITE_PERL%%/SpringGraph.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SpringGraph -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto |