From 5eb01fc1a51786bddaaf4d36cc56563be5ba75d7 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sat, 28 Jul 2007 10:01:08 +0000 Subject: [PATCH] Fix automake-1.10 and autoconf-2.61 correctly. One bad merge out of 25. Sigh. --- devel/autoconf261/Makefile | 2 +- devel/autoconf262/Makefile | 2 +- devel/autoconf267/Makefile | 2 +- devel/autoconf268/Makefile | 2 +- devel/automake110/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index bbb91a356664..5329a1e3bcb6 100644 --- a/devel/autoconf261/Makefile +++ b/devel/autoconf261/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 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 diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile index bbb91a356664..5329a1e3bcb6 100644 --- a/devel/autoconf267/Makefile +++ b/devel/autoconf267/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 diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index bbb91a356664..5329a1e3bcb6 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/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 diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index 4211f9fbd379..c5f95b3fadb9 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -26,7 +26,7 @@ LATEST_LINK= automake110 USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} +CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= automake-${BUILD_VERSION}