diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /net/throttled | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Notes
Diffstat (limited to 'net/throttled')
-rw-r--r-- | net/throttled/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/throttled/Makefile b/net/throttled/Makefile index f82996cb4856..3d8070302228 100644 --- a/net/throttled/Makefile +++ b/net/throttled/Makefile @@ -5,14 +5,13 @@ PORTNAME= throttled PORTVERSION= 0.5.2 CATEGORIES= net MASTER_SITES= http://www.intrarts.com/Files/ -EXTRACT_SUFX= .tgz MAINTAINER= quest@mac.com COMMENT= Bandwidth shaping and QoS solution LICENSE= GPLv3 -USES= gmake +USES= gmake tar:tgz USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/throttled sbin/throttled-startup |