aboutsummaryrefslogtreecommitdiff
path: root/net/throttled
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 05:54:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 05:54:20 +0000
commitd91bb96f1e8b4c11c7e58f108748da0ed9a1a4aa (patch)
treeda9e421028dc1353bd0559b4cfd112fc4fba3485 /net/throttled
parentd0b61f7b40bdd5f2e17ba803df92edbb49220b07 (diff)
downloadports-d91bb96f1e8b4c11c7e58f108748da0ed9a1a4aa.tar.gz
ports-d91bb96f1e8b4c11c7e58f108748da0ed9a1a4aa.zip
Stagify.
Approved by: portmgr@ (blanket approval)
Notes
Notes: svn path=/head/; revision=359041
Diffstat (limited to 'net/throttled')
-rw-r--r--net/throttled/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/throttled/Makefile b/net/throttled/Makefile
index 423db8dca90e..f82996cb4856 100644
--- a/net/throttled/Makefile
+++ b/net/throttled/Makefile
@@ -13,14 +13,11 @@ COMMENT= Bandwidth shaping and QoS solution
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