diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-02 17:57:40 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-02 17:57:40 +0000 |
commit | 0dd031255225053a23268324908fbd548deaaf90 (patch) | |
tree | b2d076db52e8dcf85e651fd875d078adc734fa48 /net-p2p | |
parent | 0464934e8bad6901907ef27d9d6607be95b422bf (diff) | |
download | ports-0dd031255225053a23268324908fbd548deaaf90.tar.gz ports-0dd031255225053a23268324908fbd548deaaf90.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/ctorrent/pkg-descr | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index 86336c65313d..09f640dc1a58 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -11,11 +11,11 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -PLIST_FILES= bin/ctorrent - MAINTAINER= flz@xbsd.org COMMENT= BitTorrent Client written in C for FreeBSD and Linux GNU_CONFIGURE= yes +PLIST_FILES= bin/ctorrent + .include <bsd.port.mk> diff --git a/net-p2p/ctorrent/pkg-descr b/net-p2p/ctorrent/pkg-descr index 1bc3263b01c9..a47e737de98d 100644 --- a/net-p2p/ctorrent/pkg-descr +++ b/net-p2p/ctorrent/pkg-descr @@ -1,5 +1,6 @@ -CTorrent is a BitTorrent (be know as BT usually) Client program by C for -FreeBSD and Linux. Fast and small are CTorrent`s two strengths. +CTorrent is a BitTorrent (be know as BT usually) Client program +written in C for FreeBSD and Linux. Fast and small are CTorrent`s +two strengths. WWW: http://ctorrent.sourceforge.net/ |