diff options
author | asami <asami@FreeBSD.org> | 1999-01-18 08:44:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-18 08:44:45 +0000 |
commit | 2a6b82f4c54d536177011813595cbea08fd0b9a9 (patch) | |
tree | 0904bb258f442ab3630e229cea5e7f0f076524f2 /games/doom | |
parent | b1dc1dcbcc4fdd6c4169ced6fd79247ef050b43a (diff) | |
download | FreeBSD-ports-2a6b82f4c54d536177011813595cbea08fd0b9a9.zip FreeBSD-ports-2a6b82f4c54d536177011813595cbea08fd0b9a9.tar.gz |
Add PKGNAME to match directory names.
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 58e2d14..b8e7a8a 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/ \ |