svn commit: r365995 - head/print/paps

Antoine Brodin antoine at FreeBSD.org
Sun Aug 24 19:13:10 UTC 2014


Author: antoine
Date: Sun Aug 24 19:13:10 2014
New Revision: 365995
URL: http://svnweb.freebsd.org/changeset/ports/365995
QAT: https://qat.redports.org/buildarchive/r365995/

Log:
  Allow staging as a regular user

Modified:
  head/print/paps/Makefile

Modified: head/print/paps/Makefile
==============================================================================
--- head/print/paps/Makefile	Sun Aug 24 19:08:25 2014	(r365994)
+++ head/print/paps/Makefile	Sun Aug 24 19:13:10 2014	(r365995)
@@ -17,4 +17,7 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	pango
 USES=		pkgconfig
 
+post-patch:
+	@${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/src/Makefile.in
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list