diff options
author | jseger <jseger@FreeBSD.org> | 1997-11-29 08:49:08 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1997-11-29 08:49:08 +0800 |
commit | fb0edc42a6ded11c8982c11a3cc81f7ab8bb0590 (patch) | |
tree | 5a510eaeb22fa6f41746fd1cda3811a5e1cfc65c /games/linuxdoom/Makefile | |
parent | b4554dd7c164fc022c56d203cf14d447fe942f2d (diff) | |
download | freebsd-ports-gnome-fb0edc42a6ded11c8982c11a3cc81f7ab8bb0590.tar.gz freebsd-ports-gnome-fb0edc42a6ded11c8982c11a3cc81f7ab8bb0590.tar.zst freebsd-ports-gnome-fb0edc42a6ded11c8982c11a3cc81f7ab8bb0590.zip |
Correct spelling of MAINTAINER.
Diffstat (limited to 'games/linuxdoom/Makefile')
-rw-r--r-- | games/linuxdoom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index 10abcbe6497d..aa1111a84708 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.3 1996/12/19 14:33:02 erich Exp $ +# $Id: Makefile,v 1.4 1997/07/13 18:49:14 max Exp $ # DISTNAME= doom-1.8 @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/doom DISTFILES= linux-doom-1.8.tar.gz musserver.tgz smooth-joystick4doom.tgz -MANINAINER= erich@FreeBSD.org +MAINTAINER= erich@FreeBSD.org BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib |