diff options
author | grant <grant> | 2004-03-07 10:16:05 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-07 10:16:05 +0000 |
commit | b92a39b27cd446ed4771a4c82b1360793ab386ba (patch) | |
tree | e638d60f86e53cb27da6cdc4c2344629ae3dd8b0 /mail/postfix | |
parent | d03394311ea5d92047478350607e6a46bd19bae3 (diff) | |
download | pkgsrc-b92a39b27cd446ed4771a4c82b1360793ab386ba.tar.gz |
add CONFLICT on sendmail, which also installs bin/mailq and
bin/newaliases.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index bbb49fa305d..d3be86b6d2a 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2004/03/07 10:13:46 grant Exp $ +# $NetBSD: Makefile,v 1.122 2004/03/07 10:16:05 grant Exp $ DISTNAME= postfix-2.0.18 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.postfix.org/ COMMENT= Postfix SMTP server and tools +CONFLICTS+= sendmail-[0-9]* + DIST_SUBDIR= postfix PKG_INSTALLATION_TYPES= overwrite pkgviews |