diff options
author | nork <nork@FreeBSD.org> | 2004-02-02 17:57:40 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-02-02 17:57:40 +0000 |
commit | 7f3014a78e8ee4be39c536a3f71ee36194b673d3 (patch) | |
tree | 3637d7a2ef5bf4572f06f8ea943b13054a8af758 /net-p2p | |
parent | 73edb8b529b8f4cdb52bc241bf60bf900f996441 (diff) | |
download | FreeBSD-ports-7f3014a78e8ee4be39c536a3f71ee36194b673d3.zip FreeBSD-ports-7f3014a78e8ee4be39c536a3f71ee36194b673d3.tar.gz |
Fix position of PLIST_FILES and pkg-desc-ription.
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
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 86336c6..09f640d 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 1bc3263..a47e737 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/ |