aboutsummaryrefslogtreecommitdiff
path: root/net/throttled
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 23:51:05 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 23:51:05 +0000
commitb90f611b9c50570251338dbca6ff573948723aa4 (patch)
tree73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/throttled
parent2241654c185e68c779f116506f10ed1832feb79e (diff)
downloadports-b90f611b9c50570251338dbca6ff573948723aa4.tar.gz
ports-b90f611b9c50570251338dbca6ff573948723aa4.zip
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382278
Diffstat (limited to 'net/throttled')
-rw-r--r--net/throttled/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/throttled/Makefile b/net/throttled/Makefile
index 3d8070302228..03663c1113d5 100644
--- a/net/throttled/Makefile
+++ b/net/throttled/Makefile
@@ -17,8 +17,8 @@ PLIST_FILES= sbin/throttled sbin/throttled-startup
post-patch:
@${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
+ ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s|c++|${CXX}|;s|-O3|${CXXFLAGS}|" \
+ ${WRKSRC}/src/Makefile
.include <bsd.port.mk>