diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /net-p2p/bitflu | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'net-p2p/bitflu')
-rw-r--r-- | net-p2p/bitflu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 3aff5ddf034f..da51fd4efbac 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -5,7 +5,6 @@ PORTNAME= bitflu PORTVERSION= 1.35 CATEGORIES= net-p2p MASTER_SITES= http://bitflu.workaround.ch/bitflu/ CENKES -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client written in Perl @@ -17,7 +16,7 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ PLUGINSDIR_BASE=lib/perl5 PLUGINSDIR= ${PLUGINSDIR_BASE}/Bitflu -USES= perl5 +USES= perl5 tar:tgz NO_BUILD= yes SUB_FILES= pkg-message |