diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 19:18:40 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 19:18:40 +0000 |
commit | fa58c824c7480764ed14d3eed49af720342c60fc (patch) | |
tree | 9fe5ecf10b48eba39f0b9f2f0a276984d599b82e /games/quake2-relay | |
parent | f8092e4076242ecff1687b6c3bb2ed29bc151207 (diff) |
Expand a comment, correct an apparent typo(s).
Notes
Notes:
svn path=/head/; revision=174398
Diffstat (limited to 'games/quake2-relay')
-rw-r--r-- | games/quake2-relay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quake2-relay/Makefile b/games/quake2-relay/Makefile index 81c997bb5a1e..7f4ecc40f594 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) |