Date: Sun, 14 Sep 2003 15:40:53 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56842: Update port: shells/perlsh Message-ID: <20030914154053.7445ad12.tkato@prontomail.com> Resent-Message-ID: <200309140701.h8E71551009570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56842 >Category: ports >Synopsis: Update port: shells/perlsh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 00:01:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: >Description: - ECHO -> ECHO_CMD >How-To-Repeat: >Fix: diff -urN /usr/ports/shells/perlsh/Makefile shells/perlsh/Makefile --- /usr/ports/shells/perlsh/Makefile Sat Apr 12 23:26:33 2003 +++ shells/perlsh/Makefile Sun Sep 14 13:21:31 2003 @@ -45,7 +45,7 @@ ${REINPLACE_CMD} -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile; post-install: - @${ECHO} "Updating /etc/shells" + @${ECHO_MSG} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/psh) > /etc/shells >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914154053.7445ad12.tkato>