svn commit: r356939 - head/graphics/O2-tools

Antoine Brodin antoine at FreeBSD.org
Sat Jun 7 18:32:13 UTC 2014


Author: antoine
Date: Sat Jun  7 18:32:13 2014
New Revision: 356939
URL: http://svnweb.freebsd.org/changeset/ports/356939
QAT: https://qat.redports.org/buildarchive/r356939/

Log:
  Allow staging as a regular user

Modified:
  head/graphics/O2-tools/Makefile

Modified: head/graphics/O2-tools/Makefile
==============================================================================
--- head/graphics/O2-tools/Makefile	Sat Jun  7 18:30:50 2014	(r356938)
+++ head/graphics/O2-tools/Makefile	Sat Jun  7 18:32:13 2014	(r356939)
@@ -11,4 +11,7 @@ COMMENT=	Huge image processing tools and
 
 GNU_CONFIGURE=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/libsrc/*/Makefile.in
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list