diff options
-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]+$//} |