diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-19 12:59:11 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-19 12:59:11 +0000 |
commit | 0350c7361c215e53765ba835851134de65c038bd (patch) | |
tree | 2fba50d27cd09db025d8b1adf23fc67d58d85c59 /mail/postfix21 | |
parent | 6e89799a34eaa84ad6d510ec9cd0f1bbffedf340 (diff) |
Notes
Diffstat (limited to 'mail/postfix21')
-rw-r--r-- | mail/postfix21/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix21/pkg-message | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 0ac41671a788..11416f1ebb8b 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -32,8 +32,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= mnag@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.2.* postfix-2.3.* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.[02-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* + NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_RC_SUBR= postfix.sh @@ -82,7 +83,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ MKDIR="${MKDIR}" \ POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" -# Default requirement for postfix rcNG +# Default requirement for postfix rc script _REQUIRE= DAEMON pre-fetch: diff --git a/mail/postfix21/pkg-message b/mail/postfix21/pkg-message index d4bc72bd9c7d..8efe52a59817 100644 --- a/mail/postfix21/pkg-message +++ b/mail/postfix21/pkg-message @@ -1,4 +1,4 @@ -To enable postfix rcNG startup script please add postfix_enable="YES" in +To enable postfix rc startup script please add postfix_enable="YES" in your rc.conf If you not need sendmail anymore, please add in your rc.conf: |