diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 6599d6b639f394c76bd685334176d0ea473272f6 (patch) | |
tree | 87290a24dc693e032af86ef10d80bb0e033177d2 /games/doom/Makefile | |
parent | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (diff) | |
download | FreeBSD-ports-6599d6b639f394c76bd685334176d0ea473272f6.zip FreeBSD-ports-6599d6b639f394c76bd685334176d0ea473272f6.tar.gz |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'games/doom/Makefile')
-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 cc90ac5..46221ad 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 |