diff options
author | ade <ade@FreeBSD.org> | 2007-07-28 18:01:08 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-07-28 18:01:08 +0800 |
commit | fab8cc32e8b0a8d7ddbe00260f6344085b00ee06 (patch) | |
tree | baa2b4da853e5fa98e3a46302f10acc8267bfb49 /devel/autoconf262 | |
parent | 3d89608e3e4d0528e97dfb0b26698ae238425e1d (diff) | |
download | freebsd-ports-gnome-fab8cc32e8b0a8d7ddbe00260f6344085b00ee06.tar.gz freebsd-ports-gnome-fab8cc32e8b0a8d7ddbe00260f6344085b00ee06.tar.zst freebsd-ports-gnome-fab8cc32e8b0a8d7ddbe00260f6344085b00ee06.zip |
Fix automake-1.10 and autoconf-2.61 correctly.
One bad merge out of 25. Sigh.
Diffstat (limited to 'devel/autoconf262')
-rw-r--r-- | devel/autoconf262/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index bbb91a356664..5329a1e3bcb6 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/Makefile @@ -31,7 +31,7 @@ INFO= autoconf-${BUILD_VERSION} GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir +CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing |