diff options
-rw-r--r-- | mail/postfix-current/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/Makefile | 4 |
2 files changed, 6 insertions, 2 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 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 |