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:
parent
55d371f694
commit
c68db51b8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63136
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user