From c3d8037aeba75366ed06e02fbc981e15b46e7d0a Mon Sep 17 00:00:00 2001
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Tue, 12 Apr 2005 03:26:56 +0000
Subject: At Kris's request, back out the MACHINE_ARCH spelling correction
 until after 5.4-RELEASE.

---
 ftp/wput/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ftp/wput')

diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile
index 0ca7d1fdc7f3..85382b770ca5 100644
--- a/ftp/wput/Makefile
+++ b/ftp/wput/Makefile
@@ -22,7 +22,7 @@ USE_GETOPT_LONG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	LIBS="${LDFLAGS}"
 
 PLIST_FILES=	bin/wput
-- 
cgit v1.2.3