Index: head/net-p2p/btpd/Makefile =================================================================== --- head/net-p2p/btpd/Makefile (revision 511067) +++ head/net-p2p/btpd/Makefile (revision 511068) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= btpd PORTVERSION= 0.16 PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client consisting of a daemon and client commands LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi BROKEN= unfetchable USE_GITHUB= yes USES= autoreconf ssl GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/net-p2p/btpd/pkg-descr =================================================================== --- head/net-p2p/btpd/pkg-descr (revision 511067) +++ head/net-p2p/btpd/pkg-descr (revision 511068) @@ -1,8 +1,8 @@ BTPD is a bittorrent client consisting of a daemon and client commands, which 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. -WWW: http://wiki.github.com/btpd/btpd/ +WWW: https://github.com/btpd/btpd/wiki