Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:33:24 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56772: Update port: comms/qpage
Message-ID:  <20030914153324.4b799612.tkato@prontomail.com>
Resent-Message-ID: <200309140650.h8E6oMdB004790@freefall.freebsd.org>

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

>Number:         56772
>Category:       ports
>Synopsis:       Update port: comms/qpage
>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:   Sat Sep 13 23:50:22 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/comms/qpage/Makefile comms/qpage/Makefile
--- /usr/ports/comms/qpage/Makefile	Sat Apr 19 18:45:12 2003
+++ comms/qpage/Makefile	Sun Sep 14 13:21:31 2003
@@ -20,12 +20,12 @@
 
 post-install:
 	@if [ ! -f ${PREFIX}/etc/rc.d/qpage.sh ]; then \
-		${ECHO} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \
+		${ECHO_MSG} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \
 		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/qpage.sh \
 			${PREFIX}/etc/rc.d/qpage.sh; \
 	fi
 	@if [ ! -f ${PREFIX}/etc/qpage-example.cf ]; then \
-		${ECHO} "Install ${PREFIX}/etc/qpage-example.cf file."; \
+		${ECHO_MSG} "Install ${PREFIX}/etc/qpage-example.cf file."; \
 		${INSTALL_SCRIPT} -m 640 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/example.cf \
 			${PREFIX}/etc/qpage-example.cf; \
 	fi
>Release-Note:
>Audit-Trail:
>Unformatted:



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