diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-07 11:01:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-07 11:01:48 +0000 |
commit | 3e07c20db33e1567526c0f09eb5110e3594e6479 (patch) | |
tree | d24c522b8d70e105891a4f5c14e716c380f1e83f /games | |
parent | - -D_REENTRANT is still needed. For STABLE and CURRENT. (diff) |
Set Miguel Mendez' ports loose. Look out, world!
I would like to try maintaining the acroread5 one, so I pre-snarfed
it. :-P
PR: 38978
Submitted by: Miguel Mendez (outgoing maintainer)
Notes
Notes:
svn path=/head/; revision=60760
Diffstat (limited to 'games')
-rw-r--r-- | games/mythserver/Makefile | 2 | ||||
-rw-r--r-- | games/scummvm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/mythserver/Makefile b/games/mythserver/Makefile index db852344d7d9..e65057f00702 100644 --- a/games/mythserver/Makefile +++ b/games/mythserver/Makefile @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= http://support.bungie.com/ftp/pub/win/misc/ DISTNAME= metaserver2open -MAINTAINER= flynn@energyhq.homeip.net +MAINTAINER= ports@FreeBSD.org USE_ZIP= yes USE_GMAKE= yes diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index a06008b1b9ad..2514b80f3c27 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}-src EXTRACT_SUFX= .tgz -MAINTAINER= flynn@energyhq.homeip.net +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 |