aboutsummaryrefslogtreecommitdiff
path: root/comms/flwrap/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 23:45:41 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 23:45:41 +0000
commitf4d2e9d5d0987673cdac71db043bf642a2ed7de9 (patch)
treed75112d13b97d33d3abc4f2644d897827ced94de /comms/flwrap/Makefile
parentf6fa2f3023f4874ec30ec2005356373c1a19e608 (diff)
downloadports-f4d2e9d5d0987673cdac71db043bf642a2ed7de9.tar.gz
ports-f4d2e9d5d0987673cdac71db043bf642a2ed7de9.zip
2 ports categories: Remove $PTHREAD_LIBS
Categories: net-p2p, comms Note that qrq was not properly staged, it failed stage-QA. aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA with a fs violation, but it may be acceptable. Fixes added to both. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382189
Diffstat (limited to 'comms/flwrap/Makefile')
-rw-r--r--comms/flwrap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/flwrap/Makefile b/comms/flwrap/Makefile
index b247065dc8fa..4a0f1a6f8b16 100644
--- a/comms/flwrap/Makefile
+++ b/comms/flwrap/Makefile
@@ -23,12 +23,11 @@ CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
OPTIONS_DEFINE= DOCS
post-configure:
- @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \
- -e 's|^CPPFLAGS|#CPPFLAGS|' \
+ @${REINPLACE_CMD} -e 's|^CPPFLAGS|#CPPFLAGS|' \
${WRKSRC}/src/Makefile
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>