summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-09-28 21:26:44 +0000
committerseb <seb@pkgsrc.org>2003-09-28 21:26:44 +0000
commitab4db1cf8de37023521889bb8e6ae7e3ec2cf1e2 (patch)
tree77b51f2b8e3dd98e83b2199a69b3a01982a15eea /emulators/wine
parentfac87149a21c9a0bb77cf81c5bea31d913f5bdc1 (diff)
downloadpkgsrc-ab4db1cf8de37023521889bb8e6ae7e3ec2cf1e2.tar.gz
Avoid using `tl' variable expansion modifier, it is too new to be supported
on all Pkgsrc platforms.
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile4
1 files 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/} \