diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-16 09:33:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-16 09:33:12 +0000 |
commit | 4f6d33ffcaf1507536efe4d12b354df1764affe1 (patch) | |
tree | b61e11628f4466b268d7736b84aeee8e970b4a58 /games/quake2-relay | |
parent | af7aac8deca0b59e35aed1664512e6a51f2ae4b5 (diff) | |
download | ports-4f6d33ffcaf1507536efe4d12b354df1764affe1.tar.gz ports-4f6d33ffcaf1507536efe4d12b354df1764affe1.zip |
Notes
Diffstat (limited to 'games/quake2-relay')
-rw-r--r-- | games/quake2-relay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/quake2-relay/Makefile b/games/quake2-relay/Makefile index c427dccbf249..81c997bb5a1e 100644 --- a/games/quake2-relay/Makefile +++ b/games/quake2-relay/Makefile @@ -47,6 +47,7 @@ post-patch: .SILENT ${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 post-install: .if !defined(NOPORTDOCS) |