diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-18 08:44:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-18 08:44:45 +0000 |
commit | 0f15524d809b2e1ae6affc82e3cfe353e8af5121 (patch) | |
tree | 20b41238454e8a855dfb606ffd771fb62e51a6ce /games | |
parent | 4eab2ea329bc389827b2a33fb408ef7da7fe5dd0 (diff) | |
download | ports-0f15524d809b2e1ae6affc82e3cfe353e8af5121.tar.gz ports-0f15524d809b2e1ae6affc82e3cfe353e8af5121.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/doom/Makefile | 3 | ||||
-rw-r--r-- | games/linuxdoom/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 58e2d1415cb2..b8e7a8a9e4ae 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,10 +3,11 @@ # Date created: Mon Dec 14 21:03:01 MET 1998 # Whom: jmz # -# $Id: Makefile,v 1.4 1998/12/18 12:26:09 asami Exp $ +# $Id: Makefile,v 1.8 1999/01/15 02:54:18 jmz Exp $ # DISTNAME= doomsrc-1.8 +PKGNAME= doom-1.8 CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ ftp://ftp.stomped.com/pub/idmirror/idstuff/source/ \ diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index eb5c62a4c457..5ad8d8d94d16 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -3,10 +3,11 @@ # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.7 1998/12/18 02:13:03 asami Exp $ +# $Id: Makefile,v 1.8 1999/01/15 03:01:36 jmz Exp $ # DISTNAME= doom-1.8 +PKGNAME= linuxdoom-1.8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/doom |