diff options
author | martti <martti@pkgsrc.org> | 2004-03-07 12:29:41 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-03-07 12:29:41 +0000 |
commit | 678f484e7293d282bfa0449763d705e61c2cc064 (patch) | |
tree | 87ca4d27b1be6518124963711e95e62573539de0 /mail | |
parent | 145582986bffc96030612010a176d8f0d8386318 (diff) | |
download | pkgsrc-678f484e7293d282bfa0449763d705e61c2cc064.tar.gz |
Fixed CONFLICTS
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 1b474d3f600..4a4fda46afe 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/03/07 10:16:05 grant Exp $ +# $NetBSD: Makefile,v 1.27 2004/03/07 12:29:41 martti Exp $ DISTNAME= postfix-2.0.18-20040209 PKGNAME= postfix-20040209 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.postfix.org/ COMMENT= Postfix SMTP server and tools -CONFLICTS+= sendmail-[0-9] +CONFLICTS+= sendmail-[0-9]* DIST_SUBDIR= postfix |