diff options
author | petef <petef@FreeBSD.org> | 2001-10-05 04:27:53 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-05 04:27:53 +0000 |
commit | b4a8f792ced67d483b5643eb942fb95de56b95ae (patch) | |
tree | 4eb7999d35b3be711bee2e7f3fc554e0211c0828 /shells/psh | |
parent | bb86b39b457c2955b4a29cae0360c127fcb62208 (diff) | |
download | FreeBSD-ports-b4a8f792ced67d483b5643eb942fb95de56b95ae.zip FreeBSD-ports-b4a8f792ced67d483b5643eb942fb95de56b95ae.tar.gz |
Add missing @unexec rmdir
Noticed by: bento
Diffstat (limited to 'shells/psh')
-rw-r--r-- | shells/psh/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist index 466e6c7..e31e4f3 100644 --- a/shells/psh/pkg-plist +++ b/shells/psh/pkg-plist @@ -61,3 +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 |