summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorseb <seb>2003-09-28 21:26:44 +0000
committerseb <seb>2003-09-28 21:26:44 +0000
commit8c7e511c40e73a7f2754cbd07d9f19e992ea272c (patch)
tree77b51f2b8e3dd98e83b2199a69b3a01982a15eea /emulators/wine
parenta8230757b888f4b367dcd65043db2847f4c1bac2 (diff)
downloadpkgsrc-8c7e511c40e73a7f2754cbd07d9f19e992ea272c.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/} \