From af83ec5a4e26ace3f9c30b78181b9e3c3e96a8eb Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 9 Feb 1998 07:10:20 +0000 Subject: [PATCH] ARCH -> MACHINE_ARCH --- misc/git/Makefile | 4 ++-- misc/rpm/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/git/Makefile b/misc/git/Makefile index 96cc86922d91..b22d3913a906 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $NetBSD: Makefile,v 1.4 1998/01/24 21:05:41 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/09 07:10:26 hubertf Exp $ # FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp # @@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo GNU_CONFIGURE= YES -CONFIGURE_ARGS+= ${ARCH}--netbsd +CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \ gitredir.1 gitrgrep.1 gitps.1 gitview.1 diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index beb49a1420fd..55eecb95378f 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1997 # Whom: Thomas Gellekum # -# $NetBSD: Makefile,v 1.5 1997/12/22 07:45:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/09 07:10:20 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/09/23 07:07:32 tg Exp # @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS+= ${ARCH}--netbsd +CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8