From f71ba0c5024ed99add2dda2439d2b4648b44e0e3 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sun, 5 Jun 2016 18:58:11 +0000 Subject: Do not attempt to rebuild tar.info after patching configure. I can't reproduce this on 10.3, but have a report from 9.3. Differences in make(1)? Reported by: Rob Levandowski --- archivers/gtar/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archivers') diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index ab98d58a5f1a..e7d158ebe572 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -41,4 +41,8 @@ STATIC_CONFIGURE_ENV= SHLIBEXT="" STATIC_VARS= STATIC_ARGS=build STATIC_VARS_OFF= STATIC_ARGS=lib +# do not rebuild tar.info +post-patch: + touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure + .include -- cgit v1.2.3