diff options
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' \ |
