diff options
Diffstat (limited to 'misc/git')
-rw-r--r-- | misc/git/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index df048fe54d3..a7ae41b2fd8 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/22 11:05:03 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/05/23 15:42:59 tv Exp $ # FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp # @@ -9,7 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org GNU_CONFIGURE= YES -CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 gitps.1 gitrgrep.1 \ gitunpack.1 gitview.1 INFO_FILES= git.info |