diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 21:45:20 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 21:45:20 +0000 |
commit | f872930d0e52c8802d4085a53fd91d3af6e0ddad (patch) | |
tree | a79f71211dc0ed6f08a805235e59f1fc3946e774 /textproc | |
parent | 0f17cf99be7bb6defa0b0a6f7788fad50febe6fb (diff) | |
download | ports-f872930d0e52c8802d4085a53fd91d3af6e0ddad.tar.gz ports-f872930d0e52c8802d4085a53fd91d3af6e0ddad.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/flex/Makefile | 2 | ||||
-rw-r--r-- | textproc/gsed/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index eb34f16b0251..cf85d0169faa 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -12,7 +12,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= The GNU stream editor GNU_CONFIGURE= yes -CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" +CONFIGURE_ENV+= MAKEINFO="${MAKEINFO} --no-split" USES= charsetfix makeinfo gmake PATCH_SUBDIRS= . doc lib sed |