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/doom | |
parent | 4eab2ea329bc389827b2a33fb408ef7da7fe5dd0 (diff) | |
download | ports-0f15524d809b2e1ae6affc82e3cfe353e8af5121.tar.gz ports-0f15524d809b2e1ae6affc82e3cfe353e8af5121.zip |
Add PKGNAME to match directory names.
Notes
Notes:
svn path=/head/; revision=16178
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 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/ \ |