diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-06-07 11:09:45 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-06-07 11:09:45 +0000 |
commit | 4202c9f72cecc1963854bd217bfcd4e232d72792 (patch) | |
tree | 7b0d435aa6b06734db8f19c4f1a155e7a113ff4d /shells | |
parent | 508805dd594bb20612459e76ef39005276f8ab42 (diff) | |
download | ports-4202c9f72cecc1963854bd217bfcd4e232d72792.tar.gz ports-4202c9f72cecc1963854bd217bfcd4e232d72792.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/Makefile | 2 | ||||
-rw-r--r-- | shells/perlsh/pkg-plist | 3 | ||||
-rw-r--r-- | shells/psh/Makefile | 2 | ||||
-rw-r--r-- | shells/psh/pkg-plist | 3 |
4 files changed, 2 insertions, 8 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index c0d60b6aaddd..81dd0a8fb1fa 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -43,7 +43,7 @@ pre-install: ${PERL} -pi -e "s:/usr/local/man/man1:${MAN3PREFIX}/man/man1:g" ${WRKSRC}/Makefile; ${PERL} -pi -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile; -post-install: +post-install: @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \ diff --git a/shells/perlsh/pkg-plist b/shells/perlsh/pkg-plist index 9f4b80ffb368..466e6c700fb4 100644 --- a/shells/perlsh/pkg-plist +++ b/shells/perlsh/pkg-plist @@ -61,6 +61,3 @@ 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 c0d60b6aaddd..81dd0a8fb1fa 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -43,7 +43,7 @@ pre-install: ${PERL} -pi -e "s:/usr/local/man/man1:${MAN3PREFIX}/man/man1:g" ${WRKSRC}/Makefile; ${PERL} -pi -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile; -post-install: +post-install: @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \ diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist index 9f4b80ffb368..466e6c700fb4 100644 --- a/shells/psh/pkg-plist +++ b/shells/psh/pkg-plist @@ -61,6 +61,3 @@ 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 |