ports/56815: Update port: mail/drac

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


>Number:         56815
>Category:       ports
>Synopsis:       Update port: mail/drac
>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:54 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/drac/Makefile mail/drac/Makefile
--- /usr/ports/mail/drac/Makefile	Sat Apr 12 22:54:37 2003
+++ mail/drac/Makefile	Sun Sep 14 13:21:31 2003
@@ -34,17 +34,17 @@
 .endif
 
 pre-everything::
-	@${ECHO} "============================================================="
-	@${ECHO} "For databases compatible with other MTAs than sendmail, use:"
-	@${ECHO}
-	@${ECHO} "WITH_POSTFIX=yes	(Postfix)"
-	@${ECHO} "WITH_POSTFIX_DB3=yes	(Postfix with DB3 database maps)"
-	@${ECHO} "WITH_EXIM=yes		(Exim)"
-	@${ECHO}
-	@${ECHO} "Define WITH_FOREGROUND to make the rpc.dracd daemon stay in"
-	@${ECHO} "foreground instead of detaching itself. This breaks the"
-	@${ECHO} "startup script."
-	@${ECHO} "============================================================="
+	@${ECHO_MSG} "============================================================="
+	@${ECHO_MSG} "For databases compatible with other MTAs than sendmail, use:"
+	@${ECHO_MSG}
+	@${ECHO_MSG} "WITH_POSTFIX=yes	(Postfix)"
+	@${ECHO_MSG} "WITH_POSTFIX_DB3=yes	(Postfix with DB3 database maps)"
+	@${ECHO_MSG} "WITH_EXIM=yes		(Exim)"
+	@${ECHO_MSG}
+	@${ECHO_MSG} "Define WITH_FOREGROUND to make the rpc.dracd daemon stay in"
+	@${ECHO_MSG} "foreground instead of detaching itself. This breaks the"
+	@${ECHO_MSG} "startup script."
+	@${ECHO_MSG} "============================================================="
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/rpc.dracd.1m
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list