diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /emulators/bochs | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index e35e14058e6..e1d5689d1ec 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:46 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:39 tv Exp $ DISTNAME= bochs-980707a CATEGORIES= emulators @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.std.com/pub/bochs/ MAINTAINER= root@garbled.net HOMEPAGE= http://world.std.com/~bochs/ -NOT_FOR_ARCHS= alpha #runs, SEGV. +NOT_FOR_PLATFORM= *-*-alpha #runs, SEGV. LICENSE= shareware WRKSRC= ${WRKDIR}/bochs-980707 |