Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:38:40 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56822: Update port: net/jarl
Message-ID:  <20030914153840.0ada6d80.tkato@prontomail.com>
Resent-Message-ID: <200309140700.h8E70uMa009030@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         56822
>Category:       ports
>Synopsis:       Update port: net/jarl
>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:00:56 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/net/jarl/Makefile net/jarl/Makefile
--- /usr/ports/net/jarl/Makefile	Sat Apr 12 23:09:29 2003
+++ net/jarl/Makefile	Sun Sep 14 13:21:31 2003
@@ -24,7 +24,7 @@
 USE_PERL5=	yes
 
 makeplist:
-	${ECHO} bin/jarl > ${PLIST}
+	${ECHO_CMD} bin/jarl > ${PLIST}
 	${FIND} ${PREFIX}/share/jarl -type f -print | ${CUT} -d/ -f4- >> \
 		${PLIST}
 	${FIND} ${PREFIX}/share/jarl -type d -print | ${CUT} -d/ -f4- | \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914153840.0ada6d80.tkato>