diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-12 16:08:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-12 16:08:09 +0000 |
commit | 489423fcc2b66f8d71861c8ee0cef7c87a63ffcc (patch) | |
tree | 43b47ae9ff2bab2dd0bfff06341b81fa4c924512 | |
parent | New port: (diff) |
Be more graceful, instead of unexec, use dirrm
Notes
Notes:
svn path=/head/; revision=39662
-rw-r--r-- | math/p5-Math-Expr/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Expr/pkg-plist b/math/p5-Math-Expr/pkg-plist index 3bb384fd4bed..ec518c463029 100644 --- a/math/p5-Math-Expr/pkg-plist +++ b/math/p5-Math-Expr/pkg-plist @@ -11,6 +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%%/Math @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 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math |