From d2b9a0ba5ba01608cd1cc778cae51631ad251c22 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 30 Apr 2002 02:37:32 +0000 Subject: bzip2 -> ${BZIP2_CMD} --- graphics/gd1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/gd1/Makefile') diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 46355f68e07e..3f7ba6ad7696 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -45,7 +45,7 @@ pre-everything:: .endif post-extract: - @bzip2 -dc ${DISTDIR}/${DIST_SUBDIR}/gd_gif_in.c.bz2 \ + @${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/gd_gif_in.c.bz2 \ > ${WRKSRC}/gd_gif_in.c post-patch: -- cgit v1.2.3