diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-07 18:32:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-07 18:32:13 +0000 |
commit | 40445606f0b81a8d5bbc3191a534d48a58929da2 (patch) | |
tree | 7e1cce234d24a2dabf31fed52967895f25e32ffe | |
parent | c877f60cb70f376dcd6a9eb016446ba00da53bbc (diff) | |
download | freebsd-ports-40445606f0b81a8d5bbc3191a534d48a58929da2.zip |
Allow staging as a regular user
-rw-r--r-- | graphics/O2-tools/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/O2-tools/Makefile b/graphics/O2-tools/Makefile index a6406e99e99a..5694f7abf6bf 100644 --- a/graphics/O2-tools/Makefile +++ b/graphics/O2-tools/Makefile @@ -11,4 +11,7 @@ COMMENT= Huge image processing tools and libraries GNU_CONFIGURE= yes +post-patch: + @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/libsrc/*/Makefile.in + .include <bsd.port.mk> |