diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
commit | c4a26e854bc716521cc036b6b2af382ca3e9f354 (patch) | |
tree | a083545526674c69152efa5a6d9d6c36905a818d /graphics/p5-Chart-PNGgraph | |
parent | 3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff) | |
download | freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.zst freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'graphics/p5-Chart-PNGgraph')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Chart-PNGgraph/pkg-plist b/graphics/p5-Chart-PNGgraph/pkg-plist index 762ff8701566..71a424897762 100644 --- a/graphics/p5-Chart-PNGgraph/pkg-plist +++ b/graphics/p5-Chart-PNGgraph/pkg-plist @@ -11,5 +11,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/PNGgraph/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/PNGgraph @dirrm %%SITE_PERL%%/Chart/PNGgraph -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart > /dev/null 2>&1 || true -@unexec rmdir %D/%%SITE_PERL%%/Chart > /dev/null 2>&1 || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart +@dirrmtry %%SITE_PERL%%/Chart |