Simple fix to enable staging.
Maintainer of net-p2p/mktorrent, Please note that PR ports/187202 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187202 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved.
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: pawel Date: Mon Mar 3 17:53:45 2014 New Revision: 346943 URL: http://svnweb.freebsd.org/changeset/ports/346943 QAT: https://qat.redports.org/buildarchive/r346943/ Log: Add staging support PR: ports/187202 Submitted by: Anton Sayetsky <vsjcfm@gmail.com> Approved by: maintainer Modified: head/net-p2p/mktorrent/Makefile Modified: head/net-p2p/mktorrent/Makefile ============================================================================== --- head/net-p2p/mktorrent/Makefile Mon Mar 3 17:49:25 2014 (r346942) +++ head/net-p2p/mktorrent/Makefile Mon Mar 3 17:53:45 2014 (r346943) @@ -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 pthread 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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"