summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2016-06-05 18:58:11 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2016-06-05 18:58:11 +0000
commitf71ba0c5024ed99add2dda2439d2b4648b44e0e3 (patch)
tree2bf8c7ac3d9c6c3b31116bbcd99edeaaa9ee8775 /archivers
parentmultimedia/zoneminder: 1.25.0 -> 1.30.0 (diff)
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 <robl@macwhiz.com>
Notes
Notes: svn path=/head/; revision=416416
Diffstat (limited to 'archivers')
-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>