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/freebsd_lib | |
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/freebsd_lib')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 598208f229b..9fb7354b476 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/05/22 19:33:49 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:40 tv Exp $ # DISTNAME= freebsd_lib-2.2.7 CATEGORIES= emulators MASTER_SITES= http://www.flame.org/NetBSD/ -ONLY_FOR_ARCHS= i386 -ONLY_FOR_OPSYS= NetBSD +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= packages@netbsd.org |