aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-25 18:40:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-25 18:40:25 +0000
commit56b9100940288df2493d64646e54018705d4d236 (patch)
treeac691148e0c0669dd2b690246d9a4afdb235dc67
parentb0adbc08c8c7cd0b614297a30500f486cc0da568 (diff)
Notes
-rw-r--r--textproc/syck/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile
index 9f68e7cd6767..8cb695a9c7c5 100644
--- a/textproc/syck/Makefile
+++ b/textproc/syck/Makefile
@@ -20,4 +20,7 @@ MAKE_JOBS_UNSAFE= yes
CFLAGS+= -fPIC
+post-patch:
+ @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/lib/Makefile.in
+
.include <bsd.port.mk>