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/wine-current | |
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/wine-current')
-rw-r--r-- | emulators/wine-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile index 555a57faa30..5be00b46b47 100644 --- a/emulators/wine-current/Makefile +++ b/emulators/wine-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1999/04/15 20:54:29 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:41 tv Exp $ DISTNAME= Wine-990328 PKGNAME= wine-990328 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.winehq.com/ |