Trim headers

Convert to new options framework
Remove useless LICENSE_FILE
This commit is contained in:
Baptiste Daroussin 2012-12-31 12:43:25 +00:00
parent 948bbf118c
commit 9fdbbfd7f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309731
2 changed files with 5 additions and 9 deletions

View file

@ -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

View file

@ -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/