diff options
author | steve <steve@FreeBSD.org> | 2001-04-15 01:05:42 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-15 01:05:42 +0000 |
commit | 0f58259818018fe3dc7ef2214896f5b8f18b7f7c (patch) | |
tree | ee402d7de2896f45120d444afdf2fa5be9267834 /shells | |
parent | 7172a788df68a7723638276bd72b122ccf4c5134 (diff) | |
download | FreeBSD-ports-0f58259818018fe3dc7ef2214896f5b8f18b7f7c.zip FreeBSD-ports-0f58259818018fe3dc7ef2214896f5b8f18b7f7c.tar.gz |
Add a couple of missing files and remove extra directories on uninstall.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/Makefile | 1 | ||||
-rw-r--r-- | shells/perlsh/pkg-plist | 5 | ||||
-rw-r--r-- | shells/psh/Makefile | 1 | ||||
-rw-r--r-- | shells/psh/pkg-plist | 5 |
4 files changed, 12 insertions, 0 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 84ebf9d1..c0d60b6 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/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/perlsh/pkg-plist b/shells/perlsh/pkg-plist index 1060df5..9f4b80f 100644 --- a/shells/perlsh/pkg-plist +++ b/shells/perlsh/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 diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 84ebf9d1..c0d60b6 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 1060df5..9f4b80f 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 |