aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ctorrent
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-02-02 17:57:40 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-02-02 17:57:40 +0000
commit0dd031255225053a23268324908fbd548deaaf90 (patch)
treeb2d076db52e8dcf85e651fd875d078adc734fa48 /net-p2p/ctorrent
parent0464934e8bad6901907ef27d9d6607be95b422bf (diff)
downloadports-0dd031255225053a23268324908fbd548deaaf90.tar.gz
ports-0dd031255225053a23268324908fbd548deaaf90.zip
Fix position of PLIST_FILES and pkg-desc-ription.
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=99829
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r--net-p2p/ctorrent/Makefile4
-rw-r--r--net-p2p/ctorrent/pkg-descr5
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/