summaryrefslogtreecommitdiff
path: root/net/bittorrent/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-13 01:25:24 +0000
committersalo <salo@pkgsrc.org>2003-05-13 01:25:24 +0000
commit1e7cd5a8077d0b0abdadee4365de8a57db664243 (patch)
tree46b7270ec5454932f9ffdbf92ec70478179b80dd /net/bittorrent/Makefile
parentbd2f6d402beecc287b18e9e5a2e92d2acd8631c4 (diff)
downloadpkgsrc-1e7cd5a8077d0b0abdadee4365de8a57db664243.tar.gz
- DESCR has 80 columns
- make PKGNAME future versions-friendly - style nits - add RCSID to patch-aa (hi hubertf!)
Diffstat (limited to 'net/bittorrent/Makefile')
-rw-r--r--net/bittorrent/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index 14573875e89..32a0f0b6cc8 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/05/13 00:04:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2003/05/13 01:25:24 salo Exp $
#
DISTNAME= BitTorrent-3.2.1b
-PKGNAME= bittorrent-3.2.1b
+PKGNAME= ${DISTNAME:S/BitT/bitt/}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://bitconjurer.org/BitTorrent/
@@ -11,11 +11,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://bitconjurer.org/BitTorrent/
COMMENT= file sharing tool
-PYDISTUTILSPKG= yes
+PYDISTUTILSPKG= YES
USE_BUILDLINK2= YES
PYTHON_VERSION_REQD= 22pth
-.include "../../x11/py-wxWindows/buildlink2.mk"
-.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../x11/py-wxWindows/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"