aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/btpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/btpd/Makefile')
-rw-r--r--net-p2p/btpd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile
index 73f325a30f22..cc3d20d40e11 100644
--- a/net-p2p/btpd/Makefile
+++ b/net-p2p/btpd/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= btpd
-PORTVERSION= 0.13
+PORTVERSION= 0.15
CATEGORIES= net-p2p
MASTER_SITES= http://www.murmeldjur.se/btpd/
MAINTAINER= baptiste.daroussin@gmail.com
COMMENT= Bittorrent client consisting of a daemon and client commands
+USE_AUTOTOOLS= autoconf:262 aclocal:110
GNU_CONFIGURE= yes
+
PLIST_FILES= bin/btcli \
bin/btinfo \
bin/btpd
@@ -22,8 +24,8 @@ PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
.include <bsd.port.mk>