summaryrefslogtreecommitdiff
path: root/lang/perl5/pkg-plist
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-06-16 13:03:18 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-06-16 13:03:18 +0000
commit70a016b66fc1152fd37bf9adf91c3cadce3510ee (patch)
tree9437d0abe9bb47cc4586ebd61fe51ca18eeb1835 /lang/perl5/pkg-plist
parentFix dependencies to be in sync with the recent JDK ports renaming. (diff)
During deinstallation, for *.ph files, replace find | xargs rm with
find -delete, for obvious reasons. No PORTREVISION bump.
Notes
Notes: svn path=/head/; revision=61367
Diffstat (limited to 'lang/perl5/pkg-plist')
-rw-r--r--lang/perl5/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5/pkg-plist b/lang/perl5/pkg-plist
index a4fe72fd98af..a20d2fd04ad6 100644
--- a/lang/perl5/pkg-plist
+++ b/lang/perl5/pkg-plist
@@ -894,7 +894,7 @@ lib/perl5/%%PERL_VER%%/validate.pl
lib/perl5/%%PERL_VER%%/vars.pm
lib/perl5/%%PERL_VER%%/warnings.pm
lib/perl5/%%PERL_VER%%/warnings/register.pm
-@unexec find %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/ -name '*.ph' -print | xargs rm -f
+@unexec find %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/ -name '*.ph' -delete 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/sys 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/machine 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%% 2>/dev/null || true