svn commit: r366251 - head/graphics/epix

Antoine Brodin antoine at FreeBSD.org
Tue Aug 26 19:15:44 UTC 2014


Author: antoine
Date: Tue Aug 26 19:15:43 2014
New Revision: 366251
URL: http://svnweb.freebsd.org/changeset/ports/366251
QAT: https://qat.redports.org/buildarchive/r366251/

Log:
  Allow staging as a regular user

Modified:
  head/graphics/epix/Makefile

Modified: head/graphics/epix/Makefile
==============================================================================
--- head/graphics/epix/Makefile	Tue Aug 26 19:14:31 2014	(r366250)
+++ head/graphics/epix/Makefile	Tue Aug 26 19:15:43 2014	(r366251)
@@ -26,6 +26,7 @@ INFO=		epix
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
+	@${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \
 		${WRKSRC}/doc/manual.tex
 


More information about the svn-ports-all mailing list