1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Fix after objformat removal

PR:             110665
Submitted by:   Ed Schouten <ed@fxq.nl> (maintainer)
This commit is contained in:
Martin Wilke 2007-03-22 17:35:33 +00:00
parent 9a98c38960
commit 6a04771772
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188049

View File

@ -37,7 +37,7 @@ USE_SDL+= image
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' \
${WRKSRC}/configure
-e 's/echo aout/echo elf/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|\($${exec_prefix}/lib\)/quake3|\1/q3base|' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|botlib\.log|/dev/null|' \