aboutsummaryrefslogtreecommitdiff
path: root/games/nexuiz
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-09-10 20:33:09 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-09-10 20:33:09 +0000
commit6d32252b8bd6d9f19a891966739fa08860aeddb5 (patch)
tree692a1eeb4be89251bb26b9f887cedee9efcca0bb /games/nexuiz
parent8adc12fbc60025158c4e872fd8b6b6ca6cdfa7dd (diff)
downloadports-6d32252b8bd6d9f19a891966739fa08860aeddb5.tar.gz
ports-6d32252b8bd6d9f19a891966739fa08860aeddb5.zip
- Fix build
Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=220324
Diffstat (limited to 'games/nexuiz')
-rw-r--r--games/nexuiz/Makefile3
1 files changed, 2 insertions, 1 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, ; \