diff options
author | joerg <joerg> | 2006-01-24 14:03:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-24 14:03:39 +0000 |
commit | e4b310c47c257c05b5ae4235246262e0996ca324 (patch) | |
tree | 0515c689e8114ec2ee684e77ed852966c8206222 /net | |
parent | a72253af41c7f2fccb87cfd8cb7cdb397397564f (diff) | |
download | pkgsrc-e4b310c47c257c05b5ae4235246262e0996ca324.tar.gz |
Add another CONFLICTS line for the correct spelling of BitTornado.
Diffstat (limited to 'net')
-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" |