diff options
author | tv <tv> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-24 20:39:35 +0000 |
commit | 230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /emulators/wine/Makefile | |
parent | 554432156f0747cbde8c8da5f610d76f8a1a081a (diff) | |
download | pkgsrc-230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37.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/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 2bd11f61ba6..75c5f97713f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 1999/04/15 20:39:42 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:42 tv Exp $ DISTNAME= Wine-981211 PKGNAME= wine-981211 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.winehq.com/ |