diff options
author | lioux <lioux@FreeBSD.org> | 2001-03-11 09:29:40 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-03-11 09:29:40 +0800 |
commit | f984484179b1a47634e07cd38655fe997018c91a (patch) | |
tree | 2b5e5cdd6491358654c809ae6bb6df04f8f8f8d4 /math | |
parent | 68fe0b777ace3e217a027cb66a9b5c5a2fab2c33 (diff) | |
download | freebsd-ports-gnome-f984484179b1a47634e07cd38655fe997018c91a.tar.gz freebsd-ports-gnome-f984484179b1a47634e07cd38655fe997018c91a.tar.zst freebsd-ports-gnome-f984484179b1a47634e07cd38655fe997018c91a.zip |
Fix plist
Submitted by: bento, fenner (scripts)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Expr/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Expr/pkg-plist b/math/p5-Math-Expr/pkg-plist index 5a2e52afbfce..3bb384fd4bed 100644 --- a/math/p5-Math-Expr/pkg-plist +++ b/math/p5-Math-Expr/pkg-plist @@ -11,4 +11,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/TypeDB.pm lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Var.pm lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/VarSet.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/Math/Expr +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true |