pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/wine Avoid using `tl' variable expansion mod...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b384d6cb063
branches: trunk
changeset: 462253:3b384d6cb063
user: seb <seb%pkgsrc.org@localhost>
date: Sun Sep 28 21:26:44 2003 +0000
description:
Avoid using `tl' variable expansion modifier, it is too new to be supported
on all Pkgsrc platforms.
diffstat:
emulators/wine/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 8729a31f1322 -r 3b384d6cb063 emulators/wine/Makefile
--- a/emulators/wine/Makefile Sun Sep 28 21:08:59 2003 +0000
+++ b/emulators/wine/Makefile Sun Sep 28 21:26:44 2003 +0000
@@ -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/} \
Home |
Main Index |
Thread Index |
Old Index