diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-29 00:49:08 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-29 00:49:08 +0000 |
commit | 6b8456fcad5f95b8e6905f569b190855f7548e39 (patch) | |
tree | cac7a6b512d8996b628a8889e35ffed1b7977225 /games/linuxdoom | |
parent | 8cc808ae7cd41a95cca4ee0287fa5770bbaa13cd (diff) | |
download | ports-6b8456fcad5f95b8e6905f569b190855f7548e39.tar.gz ports-6b8456fcad5f95b8e6905f569b190855f7548e39.zip |
Correct spelling of MAINTAINER.
Notes
Notes:
svn path=/head/; revision=8883
Diffstat (limited to 'games/linuxdoom')
-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 |