diff options
author | asami <asami@FreeBSD.org> | 1999-01-18 16:44:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-18 16:44:45 +0800 |
commit | 2a6b82f4c54d536177011813595cbea08fd0b9a9 (patch) | |
tree | 0904bb258f442ab3630e229cea5e7f0f076524f2 /games/linuxdoom | |
parent | b1dc1dcbcc4fdd6c4169ced6fd79247ef050b43a (diff) | |
download | freebsd-ports-gnome-2a6b82f4c54d536177011813595cbea08fd0b9a9.tar.gz freebsd-ports-gnome-2a6b82f4c54d536177011813595cbea08fd0b9a9.tar.zst freebsd-ports-gnome-2a6b82f4c54d536177011813595cbea08fd0b9a9.zip |
Add PKGNAME to match directory names.
Diffstat (limited to 'games/linuxdoom')
-rw-r--r-- | games/linuxdoom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |