pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/scummvm Remove unnecessary assign of "WRKSRC" wh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2e339cc026c
branches:  trunk
changeset: 481519:c2e339cc026c
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Oct 06 09:29:35 2004 +0000

description:
Remove unnecessary assign of "WRKSRC" which broke the build after the
recent package revision bump madness.

diffstat:

 games/scummvm/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 59976c63daf3 -r c2e339cc026c games/scummvm/Makefile
--- a/games/scummvm/Makefile    Wed Oct 06 09:25:24 2004 +0000
+++ b/games/scummvm/Makefile    Wed Oct 06 09:29:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/10/03 00:14:46 tv Exp $
+# $NetBSD: Makefile,v 1.29 2004/10/06 09:29:35 tron Exp $
 
 DISTNAME=      scummvm-0.6.1b
 PKGREVISION=   1
@@ -10,8 +10,6 @@
 HOMEPAGE=      http://scummvm.sourceforge.net/
 COMMENT=       LucasArts Script Creation Utility for Maniac Mansion
 
-WRKSRC=                ${WRKDIR}/${PKGNAME}
-
 USE_BUILDLINK3=                yes
 USE_DIRS+=             xdg-1.1
 USE_GNU_TOOLS+=                make



Home | Main Index | Thread Index | Old Index