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}