diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 429158af25cb05709764d4c6fe0104616975ac77 (patch) | |
tree | 9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/doom | |
parent | 935870e192795a0db5cb9ead5131241e4a62f235 (diff) | |
download | ports-429158af25cb05709764d4c6fe0104616975ac77.tar.gz ports-429158af25cb05709764d4c6fe0104616975ac77.zip |
Notes
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index cc90ac5ac2de..46221adc6fef 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: games -# Version required: 1.8 # Date created: Mon Dec 14 21:03:01 MET 1998 # Whom: jmz # # $FreeBSD$ # -DISTNAME= doomsrc -PKGNAME= doom-1.8 +PORTNAME= doom +PORTVERSION= 1.8 CATEGORIES= games MASTER_SITES?= ftp://ftp.idsoftware.com/idstuff/source/ \ ftp://ftp.stomped.com/pub/idmirror/idstuff/source/ \ ftp://ftp.cdrom.com/pub/idgames/idstuff/source/ +DISTNAME= doomsrc MAINTAINER= jmz@FreeBSD.org |