aboutsummaryrefslogtreecommitdiff
path: root/net/ctorrent/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-01-26 08:47:44 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-01-26 08:47:44 +0000
commit4625fd61032946330ab6c57251049868a3013375 (patch)
treedfc66e214a7a9ec720e519717525a697f723d235 /net/ctorrent/Makefile
parentfbd13a2f2ceda48d132ebd4255cf2c87cbf32407 (diff)
downloadports-4625fd61032946330ab6c57251049868a3013375.tar.gz
ports-4625fd61032946330ab6c57251049868a3013375.zip
Fix build on alpha.
Accordingly(by author), update distfiles. So, bump PORTREVISION instead of. Reported by: bento via kris Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=99164
Diffstat (limited to 'net/ctorrent/Makefile')
-rw-r--r--net/ctorrent/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile
index e9b49d438d7e..cacca8167a5d 100644
--- a/net/ctorrent/Makefile
+++ b/net/ctorrent/Makefile
@@ -7,12 +7,15 @@
PORTNAME= ctorrent
PORTVERSION= 1.3.r1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= CTorrent-1.3r1
+PLIST_FILES= bin/ctorrent
+
MAINTAINER= flz@xbsd.org
-COMMENT= BitTorrent Client program by C for FreeBSD and Linux
+COMMENT= BitTorrent Client written in C for FreeBSD and Linux
.include <bsd.port.mk>