diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
commit | a3077b29abebbf3f0e0dd7f713e0cc0f3f895d01 (patch) | |
tree | 2a16c2a48f6ad51518c5f43cae392637d7a6d727 /mail | |
parent | e5b0de8ea220a963a235dec47abbe7d007bee514 (diff) | |
download | pkgsrc-a3077b29abebbf3f0e0dd7f713e0cc0f3f895d01.tar.gz |
Add CONFLICTS line for previous PKGNAME versions.
Suggested by Alan Barrett.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 48743fdca6f..261d9aee463 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2008/03/06 10:44:46 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2008/03/10 10:33:38 wiz Exp $ DISTNAME= postfix-2.6-20080216 PKGNAME= postfix-2.6.20080216 @@ -12,6 +12,7 @@ COMMENT= Postfix SMTP server and tools #LICENSE= postfix-license CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* +CONFLICTS+= postfix-2.6-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews |