diff options
author | lioux <lioux@FreeBSD.org> | 2001-03-12 16:08:09 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-03-12 16:08:09 +0000 |
commit | 37f76060341ae02298a7c36b6d4f5c15f5213ab4 (patch) | |
tree | bd4da52061e169cc33c335245b1db06345c2fc29 | |
parent | b024d2efbd4f1c2825c5b7e8ab0743e48c70d2ab (diff) | |
download | FreeBSD-ports-37f76060341ae02298a7c36b6d4f5c15f5213ab4.zip FreeBSD-ports-37f76060341ae02298a7c36b6d4f5c15f5213ab4.tar.gz |
Be more graceful, instead of unexec, use dirrm
-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 3bb384f..ec518c4 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 |