summaryrefslogtreecommitdiff
path: root/net/mad_fcl
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/mad_fcl
parentStop installing info files, the manpages already covers the full documentation (diff)
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/mad_fcl')
-rw-r--r--net/mad_fcl/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mad_fcl/Makefile b/net/mad_fcl/Makefile
index 0b505a06c90a..3fd16ce62488 100644
--- a/net/mad_fcl/Makefile
+++ b/net/mad_fcl/Makefile
@@ -16,8 +16,6 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USES= gmake
USE_OPENSSL= yes
-CFLAGS+= ${PTHREAD_CFLAGS}
-
DOC_FILES= fdt-example.xml flute-sdp-example.sdp
PORTDOCS= ${DOC_FILES} README.TXT
@@ -34,8 +32,6 @@ pre-patch:
${CAT} $$f.noms > $$f && ${RM} $$f.noms; done
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/flute/Makefile
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
${REINPLACE_CMD} -e 's|gcc|${CC}|'