diff options
author | grant <grant@pkgsrc.org> | 2004-03-07 10:20:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-07 10:20:06 +0000 |
commit | 52b3dc6a195c01be9b775f38bd7548ba183a0c25 (patch) | |
tree | 409a27914284e30237adf43e23423c1e396db405 /mail/sendmail | |
parent | e8629d4510a45725d2d6cf4d028d704f48e1fca7 (diff) | |
download | pkgsrc-52b3dc6a195c01be9b775f38bd7548ba183a0c25.tar.gz |
add CONFLICT on postfix, which also installs bin/mailq and
bin/newaliases.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |