diff options
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 97b7812b595..de26a3a5e81 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2002/12/09 14:42:54 junyoung Exp $ +# $NetBSD: Makefile,v 1.39 2002/12/24 06:10:00 wiz Exp $ DISTNAME= Wine-20021125 PKGNAME= ${DISTNAME:S/W/w/} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/wine-20021125 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} |