diff options
author | naddy <naddy@FreeBSD.org> | 2016-06-06 02:58:11 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2016-06-06 02:58:11 +0800 |
commit | d35d6d4c861e219b873daa49d114ab4ab0d6162f (patch) | |
tree | 2bf8c7ac3d9c6c3b31116bbcd99edeaaa9ee8775 /archivers | |
parent | eaf92154b73096cb979622ec7d298b30edf3732e (diff) | |
download | freebsd-ports-graphics-d35d6d4c861e219b873daa49d114ab4ab0d6162f.tar.gz freebsd-ports-graphics-d35d6d4c861e219b873daa49d114ab4ab0d6162f.tar.zst freebsd-ports-graphics-d35d6d4c861e219b873daa49d114ab4ab0d6162f.zip |
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>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index ab98d58a5f1..e7d158ebe57 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> |