diff options
Diffstat (limited to 'net-p2p/ctorrent/Makefile')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |