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

Fix typo that breaks patching

PR:		ports/40675
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Patrick Li 2002-07-17 15:13:37 +00:00
parent 55d371f694
commit c68db51b8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63136

View File

@ -53,7 +53,7 @@ post-extract:
post-patch:
.if !defined(WITH_LZW)
${MV} ${WRKSRC}/gd_gif_out.c ${WRKSRC}/gd_gif_out.c.gif && \
${MV} ${WRKSRC}/gd_gif_out.c ${WRKSRC}/gd_gif_out.c.nogif && \
${SED} -e "s|#define LZW_LICENCED||g" \
< ${WRKSRC}/gd_gif_out.c.nogif \
> ${WRKSRC}/gd_gif_out.c