summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/gtar/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk>