diff options
author | tv <tv> | 1998-05-23 15:42:58 +0000 |
---|---|---|
committer | tv <tv> | 1998-05-23 15:42:58 +0000 |
commit | 608781eb4e81640255718352fb5549d1b599c0dd (patch) | |
tree | 39d067c589646253ef5fea9286fb74f110e07fa1 /misc | |
parent | 63a48b88c3dcb99b5e646ecd3dd603ce124ae764 (diff) | |
download | pkgsrc-608781eb4e81640255718352fb5549d1b599c0dd.tar.gz |
Fix --host= rule to use a three part architecture, and fix GNU pkgs to use
the new automatic --host= setting. Now all GNU pkgs should work on all
archs (including arm32), except emacs/xemacs, which I'll fix soon.
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 |