diff options
author | lioux <lioux@FreeBSD.org> | 2001-03-13 00:08:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-03-13 00:08:09 +0800 |
commit | 37f76060341ae02298a7c36b6d4f5c15f5213ab4 (patch) | |
tree | bd4da52061e169cc33c335245b1db06345c2fc29 /math | |
parent | b024d2efbd4f1c2825c5b7e8ab0743e48c70d2ab (diff) | |
download | freebsd-ports-gnome-37f76060341ae02298a7c36b6d4f5c15f5213ab4.tar.gz freebsd-ports-gnome-37f76060341ae02298a7c36b6d4f5c15f5213ab4.tar.zst freebsd-ports-gnome-37f76060341ae02298a7c36b6d4f5c15f5213ab4.zip |
Be more graceful, instead of unexec, use dirrm
Diffstat (limited to 'math')
-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 |