ports/56850: Update port: www/grail

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


>Number:         56850
>Category:       ports
>Synopsis:       Update port: www/grail
>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:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/grail/Makefile www/grail/Makefile
--- /usr/ports/www/grail/Makefile	Sat Apr 12 23:30:23 2003
+++ www/grail/Makefile	Sun Sep 14 13:21:31 2003
@@ -32,17 +32,17 @@
 	${PYTHON} -u -c 'from compileall import compile_dir; compile_dir("${WRKSRC}")'
 
 do-install:
-	@${ECHO} === Creating directories...
+	@${ECHO_MSG} === Creating directories...
 	@for dir in `${DIRS_CMD}`; do                                  \
-		${ECHO} ${PREFIX}/$$dir;                               \
+		${ECHO_MSG} ${PREFIX}/$$dir;                               \
 		${MKDIR} ${PREFIX}/$$dir;                              \
 	done
-	@${ECHO} === Installing grail files ...
+	@${ECHO_MSG} === Installing grail files ...
 	@for file in `${FILES_CMD}`; do                                \
-		${ECHO} ${GRAILDIR}/$$file;                            \
+		${ECHO_MSG} ${GRAILDIR}/$$file;                            \
 		${INSTALL_DATA} ${WRKSRC}/$$file ${GRAILDIR}/$$file;   \
 	done
-	@${ECHO} === Installing grail script...
+	@${ECHO_MSG} === Installing grail script...
 	@${SED} 's,%%GRAILDIR%%,${GRAILDIR},g' <${FILESDIR}/grail >    \
 		${WRKDIR}/grail.tmp
 	@${INSTALL_SCRIPT} ${WRKDIR}/grail.tmp ${PREFIX}/bin/grail
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list