Skip to content

Commit

Permalink
net-p2p/ctorrent: fix peerlist
Browse files Browse the repository at this point in the history
add manpage
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Feb 11, 2024
1 parent 522010d commit 5e8725d
Show file tree
Hide file tree
Showing 3 changed files with 783 additions and 2 deletions.
8 changes: 6 additions & 2 deletions net-p2p/ctorrent/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ctorrent
PORTVERSION= 3.3.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net-p2p
MASTER_SITES= SF/dtorrent/dtorrent/${PORTVERSION} \
http://www.rahul.net/dholmes/ctorrent/
Expand All @@ -17,11 +17,15 @@ USES= ssl

GNU_CONFIGURE= yes

PLIST_FILES= bin/ctorrent
PLIST_FILES= bin/ctorrent share/man/man1/ctorrent.1.gz
PORTDOCS= README-DNH.TXT UserGuide

OPTIONS_DEFINE= DOCS

post-install:
${INSTALL_MAN} ${FILESDIR}/ctorrent.1 \
${STAGEDIR}${PREFIX}/share/man/man1/

post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
Expand Down

0 comments on commit 5e8725d

Please sign in to comment.