diff options
Diffstat (limited to 'net/py-kenosis-bittorrent/Makefile')
-rw-r--r-- | net/py-kenosis-bittorrent/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-kenosis-bittorrent/Makefile b/net/py-kenosis-bittorrent/Makefile index 4cf12ca..dc603b0 100644 --- a/net/py-kenosis-bittorrent/Makefile +++ b/net/py-kenosis-bittorrent/Makefile @@ -6,11 +6,11 @@ # PORTNAME= BitTorrent -PORTVERSION= 3.2.1.b +PORTVERSION= 3.3 CATEGORIES= net python MASTER_SITES= http://bitconjurer.org/BitTorrent/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} +#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= lioux@FreeBSD.org COMMENT= A peer-to-peer tool for distributing files written in Python @@ -19,8 +19,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes -DOC_FILES= FAQ.txt INSTALL.unix.txt LICENSE.txt README.txt \ - credits.txt todo.txt +DOC_FILES= BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \ + README.txt credits.txt # required for GUI .ifndef(WITHOUT_GUI) |