mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue