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 /sysutils/fatback | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) |
Notes
Diffstat (limited to 'sysutils/fatback')
-rw-r--r-- | sysutils/fatback/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index daf17d52a908..585faa38dc7d 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -15,9 +15,8 @@ MAKE_JOBS_SAFE= yes MAN1= fatback.1 INFO= fatback-manual -EXTRACT_AFTER_ARGS+= |${TAR} -xpf - \ - --exclude 'getopt*' \ - --exclude 'set[yl].c' +EXTRACT_AFTER_ARGS= --exclude 'getopt*' \ + --exclude 'set[yl].c' OPTIONS_DEFINE= DOCS |