diff options
author | obache <obache@pkgsrc.org> | 2011-02-27 13:06:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-27 13:06:12 +0000 |
commit | 7352fca808eeb1957b19e0d7f1aebcee21ef841f (patch) | |
tree | 819f37751a16ad57ccc13d942bea6a51ad810a51 /mail/libspf2 | |
parent | a871657a03a66778bedabd67b26203c9eb808e8f (diff) | |
download | pkgsrc-7352fca808eeb1957b19e0d7f1aebcee21ef841f.tar.gz |
Fixes CONFLICTS pattern and add new conflict with p5-Mail-SPF.
Diffstat (limited to 'mail/libspf2')
-rw-r--r-- | mail/libspf2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index 1c7b78cbc3f..6c7503229bd 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/09/08 10:36:27 tron Exp $ +# $NetBSD: Makefile,v 1.8 2011/02/27 13:06:12 obache Exp $ DISTNAME= libspf2-1.2.9 PKGREVISION= 1 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES -CONFLICTS+= libspf_alt-* +CONFLICTS+= libspf_alt-[0-9]* +CONFLICTS+= p5-Mail-SPF-[0-9]* .include "../../mk/bsd.pkg.mk" |