aboutsummaryrefslogtreecommitdiff
path: root/mail/drac
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:50:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:50:09 +0000
commita58129d3de9c98ef3845e22d350633da5e5e4a75 (patch)
tree038d6538fe46249bbc84ced49277b4c98c59a3db /mail/drac
parent34171d18e7d15518b0d4be05014647ae496a03b1 (diff)
downloadports-a58129d3de9c98ef3845e22d350633da5e5e4a75.tar.gz
ports-a58129d3de9c98ef3845e22d350633da5e5e4a75.zip
Notes
Diffstat (limited to 'mail/drac')
-rw-r--r--mail/drac/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
index d0c6979f9942..87f35da038d5 100644
--- a/mail/drac/Makefile
+++ b/mail/drac/Makefile
@@ -34,17 +34,17 @@ MAKE_ARGS+= -DWITH_TI_RPC
.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