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 /graphics/jbig2dec | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) |
Notes
Diffstat (limited to 'graphics/jbig2dec')
-rw-r--r-- | graphics/jbig2dec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index cbb35ee2e2f6..ed3ed0d0de3c 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -24,7 +24,7 @@ TESTS_DESC= Download and use test-images for post-build testing MAN1= jbig2dec.1 MAKE_JOBS_SAFE= yes -EXTRACT_AFTER_ARGS+=|${TAR} -xpf - --exclude sha1.h --exclude 'getopt*' +EXTRACT_AFTER_ARGS+= --exclude sha1.h --exclude 'getopt*' LICENSE= GPLv3 |