ports/56842: Update port: shells/perlsh

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:02:57 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list