summaryrefslogtreecommitdiff
path: root/net/bittorrent/Makefile
diff options
context:
space:
mode:
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"