diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-04 01:53:45 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-04 01:53:45 +0800 |
commit | 222242b12b5b2cc8bea10846d6ed3c74a7e67341 (patch) | |
tree | b03996e4a4de1aecb66bc08cceb1351482dcffc8 | |
parent | ffb80147e29c68a17399e892182dce801d67ca42 (diff) | |
download | freebsd-ports-gnome-222242b12b5b2cc8bea10846d6ed3c74a7e67341.tar.gz freebsd-ports-gnome-222242b12b5b2cc8bea10846d6ed3c74a7e67341.tar.zst freebsd-ports-gnome-222242b12b5b2cc8bea10846d6ed3c74a7e67341.zip |
Add staging support
PR: ports/187202
Submitted by: Anton Sayetsky <vsjcfm@gmail.com>
Approved by: maintainer
-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> |