diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 10:53:57 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 10:53:57 +0800 |
commit | 966daf31e46e2d99213956d06f3aefad742f8f4a (patch) | |
tree | 2d1f4fd634ae7b92513bf96e7f807d0d83579022 /math/p5-Math-FixedPrecision | |
parent | 838aedd47bfa603db46f55ff5b34a2a028df8e29 (diff) | |
download | freebsd-ports-gnome-966daf31e46e2d99213956d06f3aefad742f8f4a.tar.gz freebsd-ports-gnome-966daf31e46e2d99213956d06f3aefad742f8f4a.tar.zst freebsd-ports-gnome-966daf31e46e2d99213956d06f3aefad742f8f4a.zip |
Add 2 @unexec rmdir's (sorry, will :-)).
Found by: bento
Diffstat (limited to 'math/p5-Math-FixedPrecision')
-rw-r--r-- | math/p5-Math-FixedPrecision/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-FixedPrecision/pkg-plist b/math/p5-Math-FixedPrecision/pkg-plist index b97ec245d478..380a88a585d3 100644 --- a/math/p5-Math-FixedPrecision/pkg-plist +++ b/math/p5-Math-FixedPrecision/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Math/FixedPrecision.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/FixedPrecision/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/FixedPrecision +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true |