summaryrefslogtreecommitdiffstats
path: root/shells/psh
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-05 04:34:49 +0000
committerpetef <petef@FreeBSD.org>2001-10-05 04:34:49 +0000
commit329111626cc4ed130b85229d9b01870bcbbcb800 (patch)
tree8245ee950e1fd3df77d1b63efdabe53a7d01ba42 /shells/psh
parente518c39027c92789c8f57451d38cb2d262310a9d (diff)
downloadFreeBSD-ports-329111626cc4ed130b85229d9b01870bcbbcb800.zip
FreeBSD-ports-329111626cc4ed130b85229d9b01870bcbbcb800.tar.gz
Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really
defeats the purpose...)
Diffstat (limited to 'shells/psh')
-rw-r--r--shells/psh/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist
index e31e4f3..95105c3 100644
--- a/shells/psh/pkg-plist
+++ b/shells/psh/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
OpenPOWER on IntegriCloud