diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-13 04:03:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-13 04:03:41 +0000 |
commit | 607af7710cd7997ba9ccd70c87d6d8e46fb5d492 (patch) | |
tree | 81fbaaa63a82f1d00f5943776de0545874982e79 /mail | |
parent | dcee19701bf6b5125da32b6082f23cea60655343 (diff) | |
download | freebsd-ports-607af7710cd7997ba9ccd70c87d6d8e46fb5d492.zip |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix1/Makefile | 1 | ||||
-rw-r--r-- | mail/smail/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index af3651ace31a..1efc3224d857 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -35,6 +35,7 @@ IMAGEURL?= /webmail CACHEOWN?= pop MAILDROPDEFAULT?=./Maildir # End of user-serviceable variables +CONFLICTS= postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* MAILOWN= courier MAILGRP= courier MAILUID= 62 diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 7fe520c7a765..cf5ae4325099 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -29,6 +29,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An alternative to widely-used Sendmail +CONFLICTS= courier-0.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes USE_REINPLACE= yes diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 02bb4098d1d7..5ea462ef3bff 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -23,6 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif +CONFLICTS= courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* zmailer-2.* INSTALL_TARGET= install installman MAN1= pathto.1 uuwho.1 uupath.1 |