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-current | |
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-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 93fa9bf5d3c..1b474d3f600 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/03/06 15:08:32 grant Exp $ +# $NetBSD: Makefile,v 1.26 2004/03/07 10:16:05 grant Exp $ DISTNAME= postfix-2.0.18-20040209 PKGNAME= postfix-20040209 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@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 |