diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
| commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
| tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /devel/gcvs | |
| parent | Update to 2.035. (diff) | |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Diffstat (limited to 'devel/gcvs')
| -rw-r--r-- | devel/gcvs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index 1a398c9e0243..4bf6b3b5bafc 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -26,8 +26,7 @@ CXXFLAGS:= ${CXXFLAGS:N-std=*:N:} CONFIGURE_ARGS= --with-tclinclude=${TCL_INCLUDEDIR} \ --with-tcllib=${TCL_LIBDIR} MAKE_JOBS_SAFE= yes -EXTRACT_AFTER_ARGS=|${TAR} -xpf - \ - --exclude cvsunix --exclude 'getline.[ch]' --exclude 'getopt*.[ch]' +EXTRACT_AFTER_ARGS= --exclude cvsunix --exclude 'getline.[ch]' --exclude 'getopt*.[ch]' post-patch: ${REINPLACE_CMD} -E '/get(line|opt1?)\.[ch]/d' \ |
