diff options
author | jmc <jmc@pkgsrc.org> | 2003-05-11 09:05:17 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-05-11 09:05:17 +0000 |
commit | e34c828b24a91e9645152032c2528e5c1202124f (patch) | |
tree | 3291d1fd2b095ccaa419eae7ba191dbc844568cc /games/gltron/Makefile | |
parent | 745dc3fddebb031b7c1397937c2c1ad0bcfac1ad (diff) | |
download | pkgsrc-e34c828b24a91e9645152032c2528e5c1202124f.tar.gz |
Fix definitions so WRKSRC goes to the right place now that
PKGREVISION has come into play here.
Diffstat (limited to 'games/gltron/Makefile')
-rw-r--r-- | games/gltron/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 42a6f3be98e..0b7e46ce4fc 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2003/05/02 11:54:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/11 09:05:17 jmc Exp $ # DISTNAME= gltron-0.62-source -PKGNAME= ${DISTNAME:S/-source$//} +PKGBASE= ${DISTNAME:S/-source$//} +PKGNAME= ${PKGBASE} PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGBASE} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gltron/} |