diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 09:27:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 09:27:44 +0000 |
commit | ee60c411dc4dc7cd67e84a9ae353d585b5883778 (patch) | |
tree | 0dc65905b0665a689993f5ba9844c49030cd81ec /games | |
parent | 916523c8b7f975df49f3febe0ba0af574b0a75a1 (diff) | |
download | pkgsrc-ee60c411dc4dc7cd67e84a9ae353d585b5883778.tar.gz |
Replace PKGBASE in WRKSRC with PKGNAME_NOREV.
Diffstat (limited to 'games')
-rw-r--r-- | games/gltron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 9ae3dbbd868..814f12d7c56 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -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 @@ MAINTAINER= cube@NetBSD.org 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 |