Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 18:40:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366243 - head/devel/inilib
Message-ID:  <201408261840.s7QIeqXq043510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Aug 26 18:40:51 2014
New Revision: 366243
URL: http://svnweb.freebsd.org/changeset/ports/366243
QAT: https://qat.redports.org/buildarchive/r366243/

Log:
  Allow staging as a regular user

Modified:
  head/devel/inilib/Makefile

Modified: head/devel/inilib/Makefile
==============================================================================
--- head/devel/inilib/Makefile	Tue Aug 26 17:45:50 2014	(r366242)
+++ head/devel/inilib/Makefile	Tue Aug 26 18:40:51 2014	(r366243)
@@ -11,4 +11,7 @@ COMMENT=	C++ lib which provides a method
 
 GNU_CONFIGURE=	yes
 
+post-patch:
+	${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/src/Makefile.in
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408261840.s7QIeqXq043510>