aboutsummaryrefslogtreecommitdiffstats
path: root/shells/perlsh/Makefile
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2001-06-07 19:09:45 +0800
committerjeh <jeh@FreeBSD.org>2001-06-07 19:09:45 +0800
commitfb120d9d4fe3ba517807d75ad1b59faee237f031 (patch)
tree4e7350b9a05187f560e945017882a80d4f434b36 /shells/perlsh/Makefile
parent6caa017d1c7f6dd3ce633bac87ca476305b5fb91 (diff)
downloadfreebsd-ports-gnome-fb120d9d4fe3ba517807d75ad1b59faee237f031.tar.gz
freebsd-ports-gnome-fb120d9d4fe3ba517807d75ad1b59faee237f031.tar.zst
freebsd-ports-gnome-fb120d9d4fe3ba517807d75ad1b59faee237f031.zip
The perl man directories should not be removed.
PR: 27696 Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'shells/perlsh/Makefile')
-rw-r--r--shells/perlsh/Makefile2
1 files changed, 1 insertions, 1 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; \