diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 04:34:49 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 04:34:49 +0000 |
commit | a57055def2a8eb4d63498ebd241e9d8cc98e02a5 (patch) | |
tree | 03e0a10744c5e75f6df73cc1fed1451d7f4ef3b9 | |
parent | 1d3a021b7d0679d2b9515421d4aee07157b5267d (diff) | |
download | ports-a57055def2a8eb4d63498ebd241e9d8cc98e02a5.tar.gz ports-a57055def2a8eb4d63498ebd241e9d8cc98e02a5.zip |
Notes
-rw-r--r-- | shells/perlsh/pkg-plist | 2 | ||||
-rw-r--r-- | shells/psh/pkg-plist | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist index e31e4f389dd2..95105c3d076a 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 |