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 /textproc/libextractor | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) | |
download | ports-5271da855f0c5946ff1f3aa58fbe806871df2f87.tar.gz ports-5271da855f0c5946ff1f3aa58fbe806871df2f87.zip |
Notes
Diffstat (limited to 'textproc/libextractor')
-rw-r--r-- | textproc/libextractor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index b2f07617e5c5..21f737cf084c 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude libltdl +EXTRACT_AFTER_ARGS= --exclude libltdl MAN1= extract.1 MAN3= libextractor.3 |