diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:05:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:05:42 +0000 |
commit | 46baf67232f5784b7c5919bec6deb81e8dff9e99 (patch) | |
tree | 9554bd108c29be24d609629d33fd82576b0f4f17 /shells/psh | |
parent | e1beea86f790a365ed797a529125e154e3c41a0c (diff) | |
download | ports-46baf67232f5784b7c5919bec6deb81e8dff9e99.tar.gz ports-46baf67232f5784b7c5919bec6deb81e8dff9e99.zip |
Notes
Diffstat (limited to 'shells/psh')
-rw-r--r-- | shells/psh/Makefile | 1 | ||||
-rw-r--r-- | shells/psh/pkg-plist | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 84ebf9d16cb1..c0d60b6aaddd 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -7,6 +7,7 @@ PORTNAME= perlsh PORTVERSION= 0.009 +PORTREVISION= 1 CATEGORIES= shells perl5 MASTER_SITES= http://www.focusresearch.com/gregor/psh/ DISTNAME= psh-${PORTVERSION} diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist index 1060df549eb6..9f4b80ffb368 100644 --- a/shells/psh/pkg-plist +++ b/shells/psh/pkg-plist @@ -1,4 +1,6 @@ bin/psh +lib/perl5/%%PERL_VERSION%%/man/man1/psh.pod1 +lib/perl5/%%PERL_VERSION%%/man/man1/pshdevel.pod1 lib/perl5/site_perl/%%PERL_VER%%/Psh.pm lib/perl5/site_perl/%%PERL_VER%%/Psh/Joblist.pm lib/perl5/site_perl/%%PERL_VER%%/Psh/OS/Mac.pm @@ -59,3 +61,6 @@ 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/man3 2>/dev/null || true +@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 2>/dev/null || true +@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man 2>/dev/null || true |