diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-14 13:01:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-14 13:01:05 +0000 |
commit | 73a01d90d0fd6e84a8176791b8b67f9adf890916 (patch) | |
tree | f1d2311a674e73e7757adc29c481781a722abb2c | |
parent | cce4d918423d3328a6e40d034c201a0b404eef52 (diff) | |
download | pkgsrc-73a01d90d0fd6e84a8176791b8b67f9adf890916.tar.gz |
The w in wine is already lower-case.
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index edfba507de8..e68285b8f9d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2007/08/29 14:42:25 adam Exp $ +# $NetBSD: Makefile,v 1.139 2007/10/14 13:01:05 rillig Exp $ DISTNAME= wine-0.9.44 CATEGORIES= emulators @@ -16,7 +16,6 @@ ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= FreeBSD-*-i386 Linux-*-i386 SunOS-*-i386 Darwin-*-i386 ONLY_FOR_PLATFORM+= *-*-x86_64 -WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} USE_DIRS+= xdg-1.1 USE_LANGUAGES= c USE_LIBTOOL= yes |