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