diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 10:37:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 10:37:32 +0800 |
commit | de788a4f9472362ee6ae45c91f248add89e9537d (patch) | |
tree | f0b757e3426a3fd36c6e1297409faa83a98c5b40 /graphics/gd | |
parent | c8f96c3cc46fdab21595d7bbd51d3c22a05d2328 (diff) | |
download | freebsd-ports-gnome-de788a4f9472362ee6ae45c91f248add89e9537d.tar.gz freebsd-ports-gnome-de788a4f9472362ee6ae45c91f248add89e9537d.tar.zst freebsd-ports-gnome-de788a4f9472362ee6ae45c91f248add89e9537d.zip |
bzip2 -> ${BZIP2_CMD}
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 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: |