Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 19:13:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365995 - head/print/paps
Message-ID:  <201408241913.s7OJDARw079922@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408241913.s7OJDARw079922>