diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/git/Makefile | 3 | ||||
-rw-r--r-- | misc/rpm/Makefile | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index f0a506ea7ba..3471cbf32bc 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:36 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/05/23 15:42:59 tv Exp $ # DISTNAME= rpm-2.4.12 @@ -11,7 +11,6 @@ MAINTAINER= mycroft@NetBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:../../databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS+=${MACHINE_ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 |