diff options
author | wiz <wiz> | 2005-05-31 22:39:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-31 22:39:48 +0000 |
commit | 6c0feec5404f9e7d9534634ebbfe120b19d952f0 (patch) | |
tree | bc8b592b249c8a7168ed073111b93223f71acf77 /games/gltron | |
parent | bfaaaf2c68297df855e5a7d29f21bccf74410013 (diff) | |
download | pkgsrc-6c0feec5404f9e7d9534634ebbfe120b19d952f0.tar.gz |
Do not play games with PKGBASE.
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/} |