Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:36:47 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56804: Update port: japanese/truetypefonts
Message-ID:  <20030914153647.350e70b0.tkato@prontomail.com>
Resent-Message-ID: <200309140700.h8E70o1W008739@freefall.freebsd.org>

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

>Number:         56804
>Category:       ports
>Synopsis:       Update port: japanese/truetypefonts
>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:50 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/japanese/truetypefonts/Makefile japanese/truetypefonts/Makefile
--- /usr/ports/japanese/truetypefonts/Makefile	Sat Apr 12 22:51:30 2003
+++ japanese/truetypefonts/Makefile	Sun Sep 14 13:21:31 2003
@@ -26,10 +26,10 @@
 
 do-install:
 .if !exists(${PREFIX}/${FONTSDIR})
-	@${ECHO} "*********************************************************"
-	@${ECHO} "Please add ${PREFIX}/${FONTSDIR} to your font path"
-	@${ECHO} "in /etc/XF86Config."
-	@${ECHO} "*********************************************************"
+	@${ECHO_MSG} "*********************************************************"
+	@${ECHO_MSG} "Please add ${PREFIX}/${FONTSDIR} to your font path"
+	@${ECHO_MSG} "in /etc/XF86Config."
+	@${ECHO_MSG} "*********************************************************"
 	${MKDIR} ${PREFIX}/${FONTSDIR}
 .endif
 	${INSTALL_DATA} ${WRKSRC}/wadalab-gothic.ttf ${PREFIX}/${FONTSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



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