aboutsummaryrefslogtreecommitdiffstats
path: root/devel/inilib
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-27 02:40:51 +0800
committerantoine <antoine@FreeBSD.org>2014-08-27 02:40:51 +0800
commitb72ec47b4a1a491552ffe714f30401b6b30e1afe (patch)
tree76f0a14523aac64b030ea18b9f60e99eb0cafc03 /devel/inilib
parente0c613056e2a7b5f31044bd2f34542dabc26decb (diff)
downloadfreebsd-ports-gnome-b72ec47b4a1a491552ffe714f30401b6b30e1afe.tar.gz
freebsd-ports-gnome-b72ec47b4a1a491552ffe714f30401b6b30e1afe.tar.zst
freebsd-ports-gnome-b72ec47b4a1a491552ffe714f30401b6b30e1afe.zip
Allow staging as a regular user
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>