diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
commit | 74a76f46eeaf3277861f495a134ce52a83f9fb0b (patch) | |
tree | 7c6c17a1acb834efb7b9b103f16ecd0735250cc1 /games/prboom | |
parent | 9e3a904fcc6ae7325f74b47cb7d76c8d857d3b01 (diff) | |
download | freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.gz freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.zst freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.zip |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 847338d507b9..912cbba43804 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.5.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= A multiplayer-capable and modified version of ID's classic DOOM game LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg |