diff options
author | martti <martti> | 2004-03-07 12:29:41 +0000 |
---|---|---|
committer | martti <martti> | 2004-03-07 12:29:41 +0000 |
commit | f089a1a1394e57248d238545df3a8743e11fc384 (patch) | |
tree | 87ca4d27b1be6518124963711e95e62573539de0 | |
parent | 83872e728bc2f8c05c89e11eb0fa5fa5d78e3ddf (diff) | |
download | pkgsrc-f089a1a1394e57248d238545df3a8743e11fc384.tar.gz |
Fixed CONFLICTS
-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 |