diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 17:53:45 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 17:53:45 +0000 |
commit | f4e2b02ee6bcfe5783ac63666d8d213f8bca63d0 (patch) | |
tree | b03996e4a4de1aecb66bc08cceb1351482dcffc8 /net-p2p | |
parent | b34586b09cda04e8cc6122808991ccccc7af9a8d (diff) | |
download | ports-f4e2b02ee6bcfe5783ac63666d8d213f8bca63d0.tar.gz ports-f4e2b02ee6bcfe5783ac63666d8d213f8bca63d0.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mktorrent/Makefile | 5 |
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> |