diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-07-14 19:26:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-07-14 19:26:28 +0000 |
commit | 77c980d29fd81ed9d32c9fd8f2693c16d7e3f112 (patch) | |
tree | 79a0f334a2e59cdecc2aa1d204e16fde0125ff5d /devel/autoconf261 | |
parent | 41e434edf33f3a27527cf804ca46355b6b815144 (diff) |
Notes
Diffstat (limited to 'devel/autoconf261')
-rw-r--r-- | devel/autoconf261/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index d353aba35fe0..b9c952ca9a93 100644 --- a/devel/autoconf261/Makefile +++ b/devel/autoconf261/Makefile @@ -30,7 +30,7 @@ USE_PERL5= yes INFO= autoconf-${BUILD_VERSION} GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 +CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |