diff options
Diffstat (limited to 'devel/gnu-automake/Makefile')
-rw-r--r-- | devel/gnu-automake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index 3634e27..2db887c 100644 --- a/devel/gnu-automake/Makefile +++ b/devel/gnu-automake/Makefile @@ -29,7 +29,7 @@ NO_MTREE= yes CONFIGURE_ENV= AUTOCONF=${LOCALBASE}/gnu-autotools/bin/autoconf \ AUTOHEADER=${LOCALBASE}/gnu-autotools/bin/autoheader \ MAKEINFO="makeinfo --no-split" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-install: @${CAT} ${PKGMESSAGE} |