diff options
Diffstat (limited to 'textproc/flex/Makefile')
-rw-r--r-- | textproc/flex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index 6f14c8adb9f0..3531b5ceb45f 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -16,7 +16,7 @@ USES= bison gmake libtool makeinfo tar:xz GNU_CONFIGURE= yes # install flex header to its own dir to avoid conflict with system flex. CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared -CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 MAKEINFO="makeinfo --no-split" +CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 MAKEINFO="${MAKEINFO} --no-split" INSTALL_TARGET= install-strip INFO= flex |