Date: Tue, 24 Jun 2014 05:54:20 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359041 - head/net/throttled Message-ID: <201406240554.s5O5sKkX003677@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jun 24 05:54:20 2014 New Revision: 359041 URL: http://svnweb.freebsd.org/changeset/ports/359041 QAT: https://qat.redports.org/buildarchive/r359041/ Log: Stagify. Approved by: portmgr@ (blanket approval) Modified: head/net/throttled/Makefile Modified: head/net/throttled/Makefile ============================================================================== --- head/net/throttled/Makefile Tue Jun 24 05:16:46 2014 (r359040) +++ head/net/throttled/Makefile Tue Jun 24 05:54:20 2014 (r359041) @@ -13,14 +13,11 @@ COMMENT= Bandwidth shaping and QoS solut LICENSE= GPLv3 USES= gmake - USE_RC_SUBR= ${PORTNAME} - PLIST_FILES= sbin/throttled sbin/throttled-startup -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ + @${REINPLACE_CMD} -e "s|/usr/local|${STAGEDIR}${PREFIX}|g" \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|c++|${CXX}|;s|-O3|${CXXFLAGS}| \ ;s|-pthread|${PTHREAD_LIBS}|" ${WRKSRC}/src/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406240554.s5O5sKkX003677>