aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/fireflies/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile
index e9c9fb376993..79d1a7615266 100644
--- a/x11/fireflies/Makefile
+++ b/x11/fireflies/Makefile
@@ -29,6 +29,9 @@ MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV:Q} \
CONFIGURE_ARGS=${CONFIGURE_ARGS:Q}
post-extract:
- (cd ${WRKSRC}; ${TAR} zxvpf libgfx-1.0.1.tar.gz)
+ @(cd ${WRKSRC}; ${TAR} zxpf libgfx-1.0.1.tar.gz)
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|fltk|ignored-&|' ${WRKSRC}/libgfx/configure
.include <bsd.port.mk>