diff options
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 8d2ff8d2869..9ae3dbbd868 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:50 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/05/31 22:39:48 wiz Exp $ # DISTNAME= gltron-0.70-source -PKGBASE= ${DISTNAME:S/-source$//} -PKGNAME= ${PKGBASE} +PKGNAME= ${DISTNAME:S/-source$//} PKGREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gltron/} |