From ab4db1cf8de37023521889bb8e6ae7e3ec2cf1e2 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 28 Sep 2003 21:26:44 +0000 Subject: Avoid using `tl' variable expansion modifier, it is too new to be supported on all Pkgsrc platforms. --- emulators/wine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d81b8ed3508..2f4d47e8011 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2003/09/23 05:34:35 adam Exp $ +# $NetBSD: Makefile,v 1.52 2003/09/28 21:26:44 seb Exp $ DISTNAME= Wine-20030911 PKGNAME= ${DISTNAME:S/W/w/} -WRKSRC= ${WRKDIR}/${DISTNAME:tl} +WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} CATEGORIES= emulators MASTER_SITES= http://www.ibiblio.org/Linux/ALPHA/wine/development/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} \ -- cgit v1.2.3