svn commit: r366524 - head/devel/libavl

Antoine Brodin antoine at FreeBSD.org
Fri Aug 29 16:13:02 UTC 2014


Author: antoine
Date: Fri Aug 29 16:13:01 2014
New Revision: 366524
URL: http://svnweb.freebsd.org/changeset/ports/366524
QAT: https://qat.redports.org/buildarchive/r366524/

Log:
  Allow staging as a regular user

Modified:
  head/devel/libavl/Makefile

Modified: head/devel/libavl/Makefile
==============================================================================
--- head/devel/libavl/Makefile	Fri Aug 29 15:56:59 2014	(r366523)
+++ head/devel/libavl/Makefile	Fri Aug 29 16:13:01 2014	(r366524)
@@ -15,4 +15,7 @@ GNU_CONFIGURE=	yes
 
 INFO=		avl
 
+post-patch:
+	${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list