diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 9b807e735902..ddd8681d3ee3 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -1,31 +1,32 @@ PORTNAME= btpd DISTVERSIONPREFIX= v DISTVERSION= 0.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= mat@FreeBSD.org COMMENT= Bittorrent client consisting of a daemon and client commands WWW= https://github.com/btpd/btpd/wiki LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi DEPRECATED= Abandoned upstream, lacks support for common functionality such as Magnet links, DHT, PEX and HTTPS. Consider net-p2p/qbittorrent or net-p2p/transmission EXPIRATION_DATE=2024-03-31 USES= autoreconf ssl USE_GITHUB= yes USE_RC_SUBR= btpd GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/net-p2p/btpd/pkg-plist b/net-p2p/btpd/pkg-plist index e993bd9f6321..c574ccedc453 100644 --- a/net-p2p/btpd/pkg-plist +++ b/net-p2p/btpd/pkg-plist @@ -1,7 +1,7 @@ bin/btcli bin/btinfo bin/btpd -man/man1/btcli.1.gz -man/man1/btinfo.1.gz -man/man1/btpd.1.gz %%PORTDOCS%%%%DOCSDIR%%/README +share/man/man1/btcli.1.gz +share/man/man1/btinfo.1.gz +share/man/man1/btpd.1.gz