aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-03 17:53:45 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-03 17:53:45 +0000
commitf4e2b02ee6bcfe5783ac63666d8d213f8bca63d0 (patch)
treeb03996e4a4de1aecb66bc08cceb1351482dcffc8 /net-p2p
parentb34586b09cda04e8cc6122808991ccccc7af9a8d (diff)
downloadports-f4e2b02ee6bcfe5783ac63666d8d213f8bca63d0.tar.gz
ports-f4e2b02ee6bcfe5783ac63666d8d213f8bca63d0.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mktorrent/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/mktorrent/Makefile b/net-p2p/mktorrent/Makefile
index 506a774fadb4..ecc80ec345c0 100644
--- a/net-p2p/mktorrent/Makefile
+++ b/net-p2p/mktorrent/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= dgerow@afflictions.org
COMMENT= Command-line utility for creating BitTorrent metainfo files
.if defined(.PARSEDIR)
-USE_GMAKE= yes
+USES= gmake
.else
MAKEFILE= BSDmakefile
.endif
@@ -24,7 +24,6 @@ THREADS_DESC= Enable support for pthreads
OPENSSL_DESC= Use OpenSSL for hashing
HASHCHECK_DESC= Verify file hashes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTHREADS}
@@ -44,6 +43,6 @@ post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/BSDmakefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>