diff options
author | drochner <drochner@pkgsrc.org> | 1999-06-04 16:55:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 1999-06-04 16:55:11 +0000 |
commit | d718e990811303c74d819bb260dcf2e522e99693 (patch) | |
tree | 651d33db4c3b2c9b8c5e0da662f7b16502d8179e /comms | |
parent | f7784037b2d96dfe181aebb21361346ed1a8dbd9 (diff) | |
download | pkgsrc-d718e990811303c74d819bb260dcf2e522e99693.tar.gz |
NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.
Worse - it matches (almost?) everything.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/binkd/Makefile | 4 |
1 files changed, 2 insertions, 2 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} * ../../ |