diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:15:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:15:06 +0000 |
commit | b9c12aa595b018e776125375ce2e6846489710e0 (patch) | |
tree | e8c68c4b620df32348d0e324a466be81402ee65c /games | |
parent | b998f97bdba0c6899a5053e09fb0ada339239aab (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/mythserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/mythserver/Makefile b/games/mythserver/Makefile index 096cdfc9430c..5aabc27bca92 100644 --- a/games/mythserver/Makefile +++ b/games/mythserver/Makefile @@ -15,6 +15,7 @@ MAINTAINER= adamw@FreeBSD.org USE_ZIP= yes USE_GMAKE= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/metaserver2open/spaghetti pre-everything:: @@ -27,7 +28,7 @@ pre-everything:: @${ECHO_CMD} "#############################################" post-patch: - @${PERL} -pi -e 's@\r@@g' ${WRKSRC}/users_new/main.c + @${REINPLACE_CMD} -e 's@\r@@g' ${WRKSRC}/users_new/main.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bin/game_search_server_new ${PREFIX}/bin |