diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 12:43:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 12:43:25 +0000 |
commit | 9fdbbfd7f891dddff5e37895a94c3302060f9abe (patch) | |
tree | cf39ea3d51d73b959cfc54d9cee334bb659a2795 /net-p2p | |
parent | 948bbf118c97fa0e68ee369c3b2c461e614b26bc (diff) | |
download | ports-9fdbbfd7f891dddff5e37895a94c3302060f9abe.tar.gz ports-9fdbbfd7f891dddff5e37895a94c3302060f9abe.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btpd/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/btpd/pkg-descr | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index ac08b8b9302b..c43e93a7b69e 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: btpd -# Date created: 2008-11-14 -# Whom: bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= btpd PORTVERSION= 0.16 @@ -15,7 +10,6 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Bittorrent client consisting of a daemon and client commands LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_AUTOTOOLS= autoconf aclocal GNU_CONFIGURE= yes @@ -30,8 +24,10 @@ MAN1= btcli.1 \ PORTDOCS= README +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif diff --git a/net-p2p/btpd/pkg-descr b/net-p2p/btpd/pkg-descr index 984d6b587340..dac53a55dfc2 100644 --- a/net-p2p/btpd/pkg-descr +++ b/net-p2p/btpd/pkg-descr @@ -3,6 +3,6 @@ can be used to read and/or manipulate the daemon state. The daemon is capable of running several torrents simultaneously and only uses one tcp port. It's fairly low on resource usage and should be perfect for file distribution sites. Efficient downloads and ease of use makes this client a good choice for the -casual user as well. +casual user as well. -WWW: http://wiki.github.com/btpd/btpd/ +WWW: http://wiki.github.com/btpd/btpd/ |