svn commit: r359041 - head/net/throttled

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 05:54:20 UTC 2014


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


More information about the svn-ports-head mailing list