diff options
author | erwin <erwin@FreeBSD.org> | 2004-04-15 03:28:45 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-04-15 03:28:45 +0800 |
commit | 2f838018a0961c7888915009630ec8f5a888f5b7 (patch) | |
tree | 1b36eaab8310e8245aea660c856c4222935eba8b /math/p5-Math-Round | |
parent | 8033cb4ccaff201c1f4878c6c6c9b528b4f45c67 (diff) | |
download | freebsd-ports-gnome-2f838018a0961c7888915009630ec8f5a888f5b7.tar.gz freebsd-ports-gnome-2f838018a0961c7888915009630ec8f5a888f5b7.tar.zst freebsd-ports-gnome-2f838018a0961c7888915009630ec8f5a888f5b7.zip |
Add missing dirrm's
Submitted by: dosirak
Diffstat (limited to 'math/p5-Math-Round')
-rw-r--r-- | math/p5-Math-Round/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Round/pkg-plist b/math/p5-Math-Round/pkg-plist index df2ad7f0d3d6..d99e0feddafc 100644 --- a/math/p5-Math-Round/pkg-plist +++ b/math/p5-Math-Round/pkg-plist @@ -2,6 +2,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round/.packlist %%SITE_PERL%%/Math/Round.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round +@dirrm %%SITE_PERL%%/auto/Math/Round +@unexec rmdir %D/%%SITE_PERL%%/auto/Math 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true |