diff options
author | gdt <gdt@pkgsrc.org> | 2005-07-26 13:50:58 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-07-26 13:50:58 +0000 |
commit | fc3d28c1fea7ed7063d4360177420a6ca3cbe664 (patch) | |
tree | 24c71c1f7494f4f1bcf8995e055aa5b4b1336835 /net/bittorrent | |
parent | af4b12316dfbc79b3427a19b511159864dd54331 (diff) | |
download | pkgsrc-fc3d28c1fea7ed7063d4360177420a6ca3cbe664.tar.gz |
Move PKGREVISION to Makefile from Makefile.common so that it only
affects bittorrent.
Diffstat (limited to 'net/bittorrent')
-rw-r--r-- | net/bittorrent/Makefile | 3 | ||||
-rw-r--r-- | net/bittorrent/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 0b66d39268f..fbb062b85e2 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2005/07/10 19:11:02 recht Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/26 13:50:58 gdt Exp $ # .include "Makefile.common" PKGNAME= ${DISTNAME:S/BitT/bitt/} +PKGREVISION= 1 PYDISTUTILSPKG= YES diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common index 7bd6704957c..e3bcab8c4af 100644 --- a/net/bittorrent/Makefile.common +++ b/net/bittorrent/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.13 2005/07/26 13:43:13 gdt Exp $ +# $NetBSD: Makefile.common,v 1.14 2005/07/26 13:50:58 gdt Exp $ # DISTNAME= BitTorrent-4.0.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bittorrent/} -PKGREVISION= 1 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.bittorrent.com/ |