pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/gltron Replace PKGBASE in WRKSRC with PKGNAME_NO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93a148efb86e
branches:  trunk
changeset: 494970:93a148efb86e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 01 09:27:44 2005 +0000

description:
Replace PKGBASE in WRKSRC with PKGNAME_NOREV.

diffstat:

 games/gltron/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a600645f8370 -r 93a148efb86e games/gltron/Makefile
--- a/games/gltron/Makefile     Wed Jun 01 04:06:52 2005 +0000
+++ b/games/gltron/Makefile     Wed Jun 01 09:27:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/05/31 22:39:48 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/06/01 09:27:44 wiz Exp $
 #
 
 DISTNAME=      gltron-0.70-source
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://gltron.sourceforge.net/
 COMMENT=       3D lightcycle game inspired by the movie Tron
 
-WRKSRC=                ${WRKDIR}/${PKGBASE}
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS+= --disable-warn
 



Home | Main Index | Thread Index | Old Index