diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 16:13:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 16:13:01 +0000 |
commit | 56ab16b366c8404ce11dec582d48adda198e0871 (patch) | |
tree | 1f17519b84f798aa5a539e5c175e18a748f11f09 /devel | |
parent | 8965a65952739cee9e2839f421335780176d23aa (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libavl/Makefile | 3 |
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> |