diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-04-18 11:10:57 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-04-18 11:10:57 +0000 |
commit | c8a2cf874d358be4d85d5f74a1c42f75a2a4b857 (patch) | |
tree | 49ba81f324b830b9a35ca0e929e7a8cf06a07599 /games/wolfpack | |
parent | 74917ad0141612efe67623167cd5906f01133d5f (diff) | |
download | ports-c8a2cf874d358be4d85d5f74a1c42f75a2a4b857.tar.gz ports-c8a2cf874d358be4d85d5f74a1c42f75a2a4b857.zip |
Notes
Diffstat (limited to 'games/wolfpack')
-rw-r--r-- | games/wolfpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index 189a65fa9716..65ab9915a71b 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -37,7 +37,7 @@ post-patch: ${REINPLACE_CMD} -e '/^econfig/,/^$$/s|/empire|/${PORTNAME}|' \ ${WRKSRC}/Make.mk .if ${ARCH} == "sparc64" - ${REINPLACE_CMD} -e '/ucontext\.h/p; s|ucontext\.h|sys/types.h|' \ + ${REINPLACE_CMD} -e '/ucontext\.h/ { h; s|ucontext|sys/types|; G; }' \ ${WRKSRC}/src/lib/lwp/lwpint.h .endif |