ports/56853: Update port: www/MT

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


>Number:         56853
>Category:       ports
>Synopsis:       Update port: www/MT
>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:09 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/MT/Makefile www/MT/Makefile
--- /usr/ports/www/MT/Makefile	Wed Sep  3 19:26:12 2003
+++ www/MT/Makefile	Sun Sep 14 13:21:31 2003
@@ -50,7 +50,7 @@
 
 do-install:
 	@cd ${WRKSRC} && ${FIND} * -name "*.orig" -delete
-	@${ECHO} "Installing cgi ${PREFIX}/${CGIDIR}"
+	@${ECHO_MSG} "Installing cgi ${PREFIX}/${CGIDIR}"
 	@${MKDIR} ${PREFIX}/${CGIDIR}
 	@cd ${WRKSRC} && ${CP} -R *.cgi lib extlib tmpl search_templates \
 	  ${PREFIX}/${CGIDIR}
@@ -59,7 +59,7 @@
 	  -e 's#path/to/static-files#mt#g' \
 	  -e 's/# NoHTMLEntities 1/NoHTMLEntities 1/g' \
 	  ${WRKSRC}/mt.cfg > ${PREFIX}/${CGIDIR}/mt.cfg
-	@${ECHO} "Installing data ${PREFIX}/${DATADIR}"
+	@${ECHO_MSG} "Installing data ${PREFIX}/${DATADIR}"
 	@${MKDIR} ${PREFIX}/${DATADIR}
 	@cd ${WRKSRC} && ${CP} -R LICENSE LICENSE-COMMERCIAL docs images \
 	  index.html plugins schemas styles.css \
@@ -72,6 +72,6 @@
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
-	@${ECHO} "Please read the docs to initialize a blog DB in ${DB_DIR}"
+	@${ECHO_MSG} "Please read the docs to initialize a blog DB in ${DB_DIR}"
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list