diff options
author | jmc <jmc> | 2003-05-11 09:05:17 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-05-11 09:05:17 +0000 |
commit | fd97e4149ca4807f0e81ede1a8971cede096da54 (patch) | |
tree | 3291d1fd2b095ccaa419eae7ba191dbc844568cc /games/gltron | |
parent | 2d43a2d5e6b0b577c6c308032ce7e7078a341867 (diff) | |
download | pkgsrc-fd97e4149ca4807f0e81ede1a8971cede096da54.tar.gz |
Fix definitions so WRKSRC goes to the right place now that
PKGREVISION has come into play here.
Diffstat (limited to 'games/gltron')
-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/} |