aboutsummaryrefslogtreecommitdiff
path: root/net/nanomsg/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-06-08 05:59:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-06-08 05:59:13 +0000
commitf0d0f3d8e0d520067cc0bfd76df3ed050f014370 (patch)
tree6222d08cad20cc04a280a9ae4718b7060765e092 /net/nanomsg/Makefile
parent9d006776f57e3309bca33411c015f107deb1fe78 (diff)
downloadports-f0d0f3d8e0d520067cc0bfd76df3ed050f014370.tar.gz
ports-f0d0f3d8e0d520067cc0bfd76df3ed050f014370.zip
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
Notes
Notes: svn path=/head/; revision=388831
Diffstat (limited to 'net/nanomsg/Makefile')
-rw-r--r--net/nanomsg/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile
index 97dd9e1bc715..b874fe73f993 100644
--- a/net/nanomsg/Makefile
+++ b/net/nanomsg/Makefile
@@ -25,10 +25,6 @@ PORTDOCS= AUTHORS ChangeLog README
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -e 's,GREP "GNU strip",EGREP "GNU|elftoolchain",' \
- ${WRKSRC}/configure
-
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}