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