diff options
author | hubertf <hubertf> | 1998-02-09 07:10:20 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-09 07:10:20 +0000 |
commit | 10b1f877733ae7af5a8bee5d6911bd8254487789 (patch) | |
tree | 835f9a34f051a5e84fe0fda93879ab57e55301c4 /misc/git | |
parent | 68dd3621c2cfda1f3ce5aeca9ed6f9d088496e82 (diff) | |
download | pkgsrc-10b1f877733ae7af5a8bee5d6911bd8254487789.tar.gz |
ARCH -> MACHINE_ARCH
Diffstat (limited to 'misc/git')
-rw-r--r-- | misc/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index 96cc86922d9..b22d3913a90 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 |