aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake2-relay
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-10-04 03:18:40 +0800
committerdanfe <danfe@FreeBSD.org>2006-10-04 03:18:40 +0800
commitb49fbd11279d31ee5342fbbd6fce91d7960e849c (patch)
treebf8ae3921e6a12269348bae2b15054bb73d8d05d /games/quake2-relay
parent43f654e08d8c2858b97d7cf99bd4708d5ffd361e (diff)
downloadfreebsd-ports-gnome-b49fbd11279d31ee5342fbbd6fce91d7960e849c.tar.gz
freebsd-ports-gnome-b49fbd11279d31ee5342fbbd6fce91d7960e849c.tar.zst
freebsd-ports-gnome-b49fbd11279d31ee5342fbbd6fce91d7960e849c.zip
Expand a comment, correct an apparent typo(s).
Diffstat (limited to 'games/quake2-relay')
-rw-r--r--games/quake2-relay/Makefile6
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)