aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-29 16:13:01 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-29 16:13:01 +0000
commit56ab16b366c8404ce11dec582d48adda198e0871 (patch)
tree1f17519b84f798aa5a539e5c175e18a748f11f09 /devel
parent8965a65952739cee9e2839f421335780176d23aa (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libavl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile
index 394a5a4b51fa..28cc2bcbb5a9 100644
--- a/devel/libavl/Makefile
+++ b/devel/libavl/Makefile
@@ -15,4 +15,7 @@ GNU_CONFIGURE= yes
INFO= avl
+post-patch:
+ ${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>