summaryrefslogtreecommitdiff
path: root/games/gltron
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-11 09:05:17 +0000
committerjmc <jmc>2003-05-11 09:05:17 +0000
commitb8e6cef7f6b3a1e98f493894a273cc360e07c389 (patch)
tree3291d1fd2b095ccaa419eae7ba191dbc844568cc /games/gltron
parent128c9be4c2c33606c029836e5b6fc9d4b3bfd974 (diff)
downloadpkgsrc-b8e6cef7f6b3a1e98f493894a273cc360e07c389.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/Makefile7
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/}