diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-10 20:33:09 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-10 20:33:09 +0000 |
commit | 6d32252b8bd6d9f19a891966739fa08860aeddb5 (patch) | |
tree | 692a1eeb4be89251bb26b9f887cedee9efcca0bb /games | |
parent | 8adc12fbc60025158c4e872fd8b6b6ca6cdfa7dd (diff) | |
download | ports-6d32252b8bd6d9f19a891966739fa08860aeddb5.tar.gz ports-6d32252b8bd6d9f19a891966739fa08860aeddb5.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/nexuiz/Makefile | 3 | ||||
-rw-r--r-- | games/xonotic/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 5bbce0df7683..99328c0f4ea4 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -77,7 +77,8 @@ post-extract: -d ${WRKDIR}/Nexuiz/sources post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE} \ + ${WRKSRC}/makefile.inc # Make Nexuiz' lhnetaddress structure really compatible with FreeBSD's # sockaddr_in, and fix value for LHNETADDRESSTYPE_INET6_FAMILY @${REINPLACE_CMD} -e 's,10,28, ; \ diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 5bbce0df7683..99328c0f4ea4 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -77,7 +77,8 @@ post-extract: -d ${WRKDIR}/Nexuiz/sources post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE} \ + ${WRKSRC}/makefile.inc # Make Nexuiz' lhnetaddress structure really compatible with FreeBSD's # sockaddr_in, and fix value for LHNETADDRESSTYPE_INET6_FAMILY @${REINPLACE_CMD} -e 's,10,28, ; \ |