aboutsummaryrefslogtreecommitdiffstats
path: root/shells/perlsh
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-05 12:34:49 +0800
committerpetef <petef@FreeBSD.org>2001-10-05 12:34:49 +0800
commit329111626cc4ed130b85229d9b01870bcbbcb800 (patch)
tree8245ee950e1fd3df77d1b63efdabe53a7d01ba42 /shells/perlsh
parente518c39027c92789c8f57451d38cb2d262310a9d (diff)
downloadfreebsd-ports-gnome-329111626cc4ed130b85229d9b01870bcbbcb800.tar.gz
freebsd-ports-gnome-329111626cc4ed130b85229d9b01870bcbbcb800.tar.zst
freebsd-ports-gnome-329111626cc4ed130b85229d9b01870bcbbcb800.zip
Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really
defeats the purpose...)
Diffstat (limited to 'shells/perlsh')
-rw-r--r--shells/perlsh/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/perlsh/pkg-plist b/shells/perlsh/pkg-plist
index e31e4f389dd2..95105c3d076a 100644
--- a/shells/perlsh/pkg-plist
+++ b/shells/perlsh/pkg-plist
@@ -61,4 +61,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/psh/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/OS
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh
-@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1
+@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 2>/dev/null || true