diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-24 14:03:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-24 14:03:39 +0000 |
commit | 27276aa609fc430b16d3c218ba2291ceb8061746 (patch) | |
tree | 0515c689e8114ec2ee684e77ed852966c8206222 /net/bittorrent | |
parent | 72a4a6c952c8bca75acbd3315c38425086c50350 (diff) | |
download | pkgsrc-27276aa609fc430b16d3c218ba2291ceb8061746.tar.gz |
Add another CONFLICTS line for the correct spelling of BitTornado.
Diffstat (limited to 'net/bittorrent')
-rw-r--r-- | net/bittorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 38ad5a7fb61..3aa64b446ed 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/09/30 14:05:38 adam Exp $ +# $NetBSD: Makefile,v 1.33 2006/01/24 14:03:39 joerg Exp $ .include "Makefile.common" @@ -7,6 +7,7 @@ PKGNAME= ${DISTNAME:S/BitT/bitt/} PYDISTUTILSPKG= yes CONFLICTS+= bittornado-[0-9]* +CONFLICTS+= BitTornado-[0-9]* .include "../../mk/bsd.prefs.mk" |