From c68db51b8ad2ecc70f8bcebd91fe77855171330e Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Wed, 17 Jul 2002 15:13:37 +0000 Subject: [PATCH] Fix typo that breaks patching PR: ports/40675 Submitted by: Edwin Groothuis --- graphics/gd2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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