From b49fbd11279d31ee5342fbbd6fce91d7960e849c Mon Sep 17 00:00:00 2001 From: danfe Date: Tue, 3 Oct 2006 19:18:40 +0000 Subject: Expand a comment, correct an apparent typo(s). --- games/quake2-relay/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/quake2-relay/Makefile b/games/quake2-relay/Makefile index 81c997bb5a1..7f4ecc40f59 100644 --- a/games/quake2-relay/Makefile +++ b/games/quake2-relay/Makefile @@ -45,9 +45,9 @@ post-patch: .SILENT ${WRKSRC}/common/mem.c cd ${WRKSRC}/common && ${SH} -c 'for i in *.h; do \ ${ECHO_CMD} >> $${i}; done' - # Reorganize #include's - ${ECHO_MSG} -e '35t30\n36d\nwq' | ${ED} -s ${WRKSRC}/common/net.h - ${ECHO_MSG} -e '9t7\n10d\nwq' | ${ED} -s ${WRKSRC}/common/net.c + # Reorganize #include's (use /bin/ed to avoid a patch) + ${ECHO_CMD} -e '35t30\n36d\nwq' | ${ED} -s ${WRKSRC}/common/net.h + ${ECHO_CMD} -e '9t7\n10d\nwq' | ${ED} -s ${WRKSRC}/common/net.c post-install: .if !defined(NOPORTDOCS) -- cgit