From d718e990811303c74d819bb260dcf2e522e99693 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 4 Jun 1999 16:55:11 +0000 Subject: NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work. Worse - it matches (almost?) everything. --- comms/binkd/Makefile | 4 ++-- databases/postgresql/Makefile | 4 ++-- editors/xemacs20/Makefile | 4 ++-- lang/elk/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index e4644d45afe..d0f9e8f11ec 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:35 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/06/04 16:55:11 drochner Exp $ # DISTNAME= binkd-0.9.2 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE} NO_CDROM= "extremely limited usefulness to the general public" -NOT_FOR_PLATFORM= *-*-{alpha,sparc64} +NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 post-extract: @cd ${WRKSRC}/mkfls/unix && ${CHMOD} +x configure && ${CP} * ../../ diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index e40705d9dfe..426189ccb8c 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 1999/05/24 20:39:36 tv Exp $ +# $NetBSD: Makefile,v 1.33 1999/06/04 16:55:12 drochner Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -18,7 +18,7 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 \ addnerd-1.6:../../sysutils/addnerd # Needs ELF clue, mips has no TAS implementation -NOT_FOR_PLATFORM= *-*-{alpha,mips} +NOT_FOR_PLATFORM= *-*-alpha *-*-mips PLIST_SRC= ${WRKDIR}/PLIST.tmp REQ_FILE= ${WRKDIR}/REQ diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 96baf18fd2c..f4b3515a4f1 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 1999/05/24 20:39:39 tv Exp $ +# $NetBSD: Makefile,v 1.44 1999/06/04 16:55:12 drochner Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -23,7 +23,7 @@ DEPENDS= xpm-3.4k:../../graphics/xpm \ png-1.0.3:../../graphics/png \ gdbm-1.7.3:../../databases/gdbm -NOT_FOR_PLATFORM= *-*-{alpha,mips} #fails purespace dumping +NOT_FOR_PLATFORM= *-*-alpha *-*-mips #fails purespace dumping HAS_CONFIGURE= diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 923d7bf27b1..69e9fdc64d7 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:43 tv Exp $ +# $NetBSD: Makefile,v 1.10 1999/06/04 16:55:12 drochner Exp $ # FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/elk/ -NOT_FOR_PLATFORM= *-*-{alpha,mips} #elf loading problems, LP64 +NOT_FOR_PLATFORM= *-*-alpha *-*-mips #elf loading problems, LP64 ALL_TARGET= default -- cgit v1.2.3