Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 12:43:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309731 - head/net-p2p/btpd
Message-ID:  <201212311243.qBVChQ6w032749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 31 12:43:25 2012
New Revision: 309731
URL: http://svnweb.freebsd.org/changeset/ports/309731

Log:
  Trim headers
  Convert to new options framework
  Remove useless LICENSE_FILE

Modified:
  head/net-p2p/btpd/Makefile
  head/net-p2p/btpd/pkg-descr

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Mon Dec 31 12:41:55 2012	(r309730)
+++ head/net-p2p/btpd/Makefile	Mon Dec 31 12:43:25 2012	(r309731)
@@ -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

Modified: head/net-p2p/btpd/pkg-descr
==============================================================================
--- head/net-p2p/btpd/pkg-descr	Mon Dec 31 12:41:55 2012	(r309730)
+++ head/net-p2p/btpd/pkg-descr	Mon Dec 31 12:43:25 2012	(r309731)
@@ -3,6 +3,6 @@ can be used to read and/or manipulate th
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311243.qBVChQ6w032749>