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/postfix22 | |
parent | 6e89799a34eaa84ad6d510ec9cd0f1bbffedf340 (diff) |
Notes
Diffstat (limited to 'mail/postfix22')
-rw-r--r-- | mail/postfix22/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix22/pkg-message | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 7152cb281f74..6dd1892fcc8d 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -29,12 +29,12 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.3.* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-13-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* + USE_SUBMAKE= yes USE_RC_SUBR= postfix.sh @@ -71,7 +71,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/postfix22/pkg-message b/mail/postfix22/pkg-message index d4bc72bd9c7d..8efe52a59817 100644 --- a/mail/postfix22/pkg-message +++ b/mail/postfix22/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: |