diff options
author | grant <grant> | 2004-03-07 10:20:06 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-07 10:20:06 +0000 |
commit | 2fdc8af2c64ac4cc1c5275d394301c7a8e21ef5b (patch) | |
tree | 409a27914284e30237adf43e23423c1e396db405 /mail | |
parent | b92a39b27cd446ed4771a4c82b1360793ab386ba (diff) | |
download | pkgsrc-2fdc8af2c64ac4cc1c5275d394301c7a8e21ef5b.tar.gz |
add CONFLICT on postfix, which also installs bin/mailq and
bin/newaliases.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail811/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 75d5553ed02..11c876f501a 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2003/12/03 22:11:02 reed Exp $ +# $NetBSD: Makefile,v 1.67 2004/03/07 10:20:06 grant Exp $ .include "../../mail/sendmail/Makefile.common" @@ -6,6 +6,8 @@ PKGNAME= sendmail-${DIST_VERS} PKGREVISION= 2 COMMENT= The well known Mail Transport Agent +CONFLICTS+= postfix-[0-9]* + MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC PLIST_SRC= ${WRKDIR}/.PLIST_SRC diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index ccdeb8892fc..b1d59512b2c 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:19:44 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/07 10:20:06 grant Exp $ DISTNAME= sendmail.8.11.6 PKGNAME= sendmail-8.11.6 @@ -27,6 +27,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.sendmail.org/ COMMENT= The well known Mail Transport Agent +CONFLICTS+= postfix-[0-9]* + LICENSE= no-profit WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//} |