diff options
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd1/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 46355f68e07e..3f7ba6ad7696 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/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: 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: diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 62f9a0953e0a..bde979b72a1f 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -47,7 +47,7 @@ MAKE_ARGS+= $v="${$v}" .endfor post-extract: - bzip2 -d < ${_DISTDIR}/gd_gif_in.c.bz2 > ${WRKSRC}/gd_gif_in.c + ${BZIP2_CMD} -d < ${_DISTDIR}/gd_gif_in.c.bz2 > ${WRKSRC}/gd_gif_in.c .ifdef GD_FONTS SCRIPTS_ENV+= GD_FONTS="${GD_FONTS}" |