summaryrefslogtreecommitdiff
path: root/graphics/gd2
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-17 15:13:37 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-17 15:13:37 +0000
commitc68db51b8ad2ecc70f8bcebd91fe77855171330e (patch)
tree2726d4c0e0ddbeac42f7e4c2445ebe40de146732 /graphics/gd2
parentReorder MASTER_SITE_GNOME to make it easier to fetch gnome2 components. (diff)
Fix typo that breaks patching
PR: ports/40675 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=63136
Diffstat (limited to 'graphics/gd2')
-rw-r--r--graphics/gd2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile
index 8178a83252c8..c66f1bdf36ad 100644
--- a/graphics/gd2/Makefile
+++ b/graphics/gd2/Makefile
@@ -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