diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-04 12:17:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-04 12:17:47 +0000 |
commit | 6a0c87f87eb9253d388a60e6c05a08713f56142a (patch) | |
tree | e2dddb4154b584f2f065b9de3808a775527c1ddd /games | |
parent | 0585d0328095c31bdc75623182ec18c46f1bfa6e (diff) | |
download | pkgsrc-6a0c87f87eb9253d388a60e6c05a08713f56142a.tar.gz |
Fix version number by adding a PKGNAME.
Diffstat (limited to 'games')
-rw-r--r-- | games/starfighter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index 34b2c14dc27..a9ed7c1fbd3 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2007/09/02 13:03:50 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/03/04 12:17:47 wiz Exp $ # DISTNAME= starfighter-1.1-1 +PKGNAME= starfighter-1.1.1 PKGREVISION= 6 CATEGORIES= games MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/xtraeme/ |