svn commit: r366243 - head/devel/inilib

Antoine Brodin antoine at FreeBSD.org
Tue Aug 26 18:40:52 UTC 2014


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>


More information about the svn-ports-head mailing list