summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-05-11 09:05:17 +0000
committerjmc <jmc@pkgsrc.org>2003-05-11 09:05:17 +0000
commite34c828b24a91e9645152032c2528e5c1202124f (patch)
tree3291d1fd2b095ccaa419eae7ba191dbc844568cc /games
parent745dc3fddebb031b7c1397937c2c1ad0bcfac1ad (diff)
downloadpkgsrc-e34c828b24a91e9645152032c2528e5c1202124f.tar.gz
Fix definitions so WRKSRC goes to the right place now that
PKGREVISION has come into play here.
Diffstat (limited to 'games')
-rw-r--r--games/gltron/Makefile7
-rw-r--r--games/gtkgo/Makefile7
2 files changed, 8 insertions, 6 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/}
diff --git a/games/gtkgo/Makefile b/games/gtkgo/Makefile
index ba98f8a3810..7111d029fe0 100644
--- a/games/gtkgo/Makefile
+++ b/games/gtkgo/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/05/05 19:05:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/11 09:11:49 jmc Exp $
#
DISTNAME= gtkgo-0_0_10
-PKGNAME= ${DISTNAME:S/_/./g}
+PKGBASE= ${DISTNAME:S/_/./g}
+PKGNAME= ${PKGBASE}
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGBASE}
CATEGORIES= games gnome
MASTER_SITES= http://norbertdejonge.sourceforge.net/