diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-18 09:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-18 09:43:17 +0000 |
commit | c4823e883be563337dde9dde23949cde6c3fce0f (patch) | |
tree | 142344b983734fe27aa1b29f165a6aa5c6ce6699 /games/mythserver/Makefile | |
parent | aa560a300b9f0464a737f96bf949d0f9186fde96 (diff) | |
download | ports-c4823e883be563337dde9dde23949cde6c3fce0f.tar.gz ports-c4823e883be563337dde9dde23949cde6c3fce0f.zip |
Fix build:
Remove an ill-formed REINPLACE, and use a proper patch instead.
Take an explicit "${WRKSRC}" out of a displayed message, and replace
it with the value of ${WRKSRC} instead.
Drop maintainership.
Notes
Notes:
svn path=/head/; revision=81206
Diffstat (limited to 'games/mythserver/Makefile')
-rw-r--r-- | games/mythserver/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/mythserver/Makefile b/games/mythserver/Makefile index fcab38b5c7eb..873a015d6957 100644 --- a/games/mythserver/Makefile +++ b/games/mythserver/Makefile @@ -11,28 +11,22 @@ CATEGORIES= games MASTER_SITES= http://support.bungie.com/ftp/pub/win/misc/ DISTNAME= metaserver2open -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Bungie.net MythII Metaserver Open Source -BROKEN= "Does not compile" - USE_ZIP= yes USE_GMAKE= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/metaserver2open/spaghetti pre-everything:: @${ECHO_CMD} "#############################################" @${ECHO_CMD} " IMPORTANT!" @${ECHO_CMD} " Please: Edit and modify environment.h" - @${ECHO_CMD} " located at $$\{WRKSRC\}/utils/" + @${ECHO_CMD} " located at ${WRKSRC}/utils/" @${ECHO_CMD} " after running make patch but" @${ECHO_CMD} " before compiling this port." @${ECHO_CMD} "#############################################" -post-patch: - @${REINPLACE_CMD} -e 's@\r@@g' ${WRKSRC}/users_new/main.c - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bin/game_search_server_new ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/roomd_new ${PREFIX}/bin |