Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:38:12 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56818: Update port: mail/teapop
Message-ID:  <20030914153812.6c273e61.tkato@prontomail.com>
Resent-Message-ID: <200309140700.h8E70trI008976@freefall.freebsd.org>

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

>Number:         56818
>Category:       ports
>Synopsis:       Update port: mail/teapop
>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:55 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/mail/teapop/Makefile mail/teapop/Makefile
--- /usr/ports/mail/teapop/Makefile	Fri Aug 29 02:53:29 2003
+++ mail/teapop/Makefile	Sun Sep 14 13:21:31 2003
@@ -79,11 +79,11 @@
 	@${EGREP} '^##' ${.CURDIR}/Makefile | ${SED} 's/##//'
 
 post-install:
-	@${ECHO} ""
-	@${ECHO} "------------------------------------------------------------------------"
-	@${ECHO} "===> Be sure to copy ${LOCALBASE}/etc/teapop.passwd.sample to"
-	@${ECHO} "===> ${LOCALBASE}/etc/teapop.passwd before using teapop"
-	@${ECHO} "------------------------------------------------------------------------"
-	@${ECHO} ""
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "------------------------------------------------------------------------"
+	@${ECHO_MSG} "===> Be sure to copy ${LOCALBASE}/etc/teapop.passwd.sample to"
+	@${ECHO_MSG} "===> ${LOCALBASE}/etc/teapop.passwd before using teapop"
+	@${ECHO_MSG} "------------------------------------------------------------------------"
+	@${ECHO_MSG} ""
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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