diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-25 08:03:38 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-25 08:03:38 +0000 |
commit | 46c6ba3859fc282ccba3f5b1e1b4532b8eb06870 (patch) | |
tree | c4d431c27b0b08e8be53e8a4e11591a364d25d4b /games/xblast | |
parent | style police (diff) |
remove extrainous PKGNAME
Notes
Notes:
svn path=/head/; revision=5997
Diffstat (limited to '')
-rw-r--r-- | games/xblast/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 66a65f12a1ff..741fa66c55f4 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -3,11 +3,10 @@ # Date created: Sat Dec 28 01:47:12 CET 1996 # Whom: se # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/11 22:04:45 se Exp $ # DISTNAME= xblast-2.2 -#PKGNAME= xlife-3.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/multiplayer |