aboutsummaryrefslogtreecommitdiffstats
path: root/print/paps
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-25 03:13:10 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-25 03:13:10 +0800
commit879b83e2cd9970d25f77630b98f2cd0935ccd151 (patch)
treec5b920ce31bd6d9c723a527ff3735e5d06d4e8a5 /print/paps
parente6f43b08c9c9136b6834bf4e558355ba2e4a43ee (diff)
downloadfreebsd-ports-gnome-879b83e2cd9970d25f77630b98f2cd0935ccd151.tar.gz
freebsd-ports-gnome-879b83e2cd9970d25f77630b98f2cd0935ccd151.tar.zst
freebsd-ports-gnome-879b83e2cd9970d25f77630b98f2cd0935ccd151.zip
Allow staging as a regular user
Diffstat (limited to 'print/paps')
-rw-r--r--print/paps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/paps/Makefile b/print/paps/Makefile
index 2c20aeacd490..11034c73d615 100644
--- a/print/paps/Makefile
+++ b/print/paps/Makefile
@@ -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>