aboutsummaryrefslogtreecommitdiff
path: root/devel/inilib
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-26 18:40:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-26 18:40:51 +0000
commite56f1f4ddfd7612bd4f4967fe255015fd3e3f2a3 (patch)
tree76f0a14523aac64b030ea18b9f60e99eb0cafc03 /devel/inilib
parent939c8a2583d55b219071876008e3d0c03c37fb52 (diff)
downloadports-e56f1f4ddfd7612bd4f4967fe255015fd3e3f2a3.tar.gz
ports-e56f1f4ddfd7612bd4f4967fe255015fd3e3f2a3.zip
Notes
Diffstat (limited to 'devel/inilib')
-rw-r--r--devel/inilib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/inilib/Makefile b/devel/inilib/Makefile
index 1fc2ce4f8882..dc561e23d0fe 100644
--- a/devel/inilib/Makefile
+++ b/devel/inilib/Makefile
@@ -11,4 +11,7 @@ COMMENT= C++ lib which provides a method of saving the "state" of a program
GNU_CONFIGURE= yes
+post-patch:
+ ${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/src/Makefile.in
+
.include <bsd.port.mk>