aboutsummaryrefslogtreecommitdiff
path: root/net/ptunnel
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/ptunnel
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/ptunnel')
-rw-r--r--net/ptunnel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile
index 56efb93a20d3..e91450f2cdfd 100644
--- a/net/ptunnel/Makefile
+++ b/net/ptunnel/Makefile
@@ -18,8 +18,7 @@ USES= gmake
PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz
post-patch:
- @${REINPLACE_CMD} -e '/^CC/d;s/-lpthread/${PTHREAD_LIBS}/' \
- -e "/^CFLAGS/d" ${WRKSRC}/${MAKEFILE}
+ @${REINPLACE_CMD} -e '/^CC/d' -e "/^CFLAGS/d" ${WRKSRC}/${MAKEFILE}
@${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/' ${WRKSRC}/ptunnel.h
do-install: