diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /emulators/x48 | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) | |
download | ports-5271da855f0c5946ff1f3aa58fbe806871df2f87.tar.gz ports-5271da855f0c5946ff1f3aa58fbe806871df2f87.zip |
Notes
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 8a9cf9e2e475..9a7d65217576 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -35,7 +35,7 @@ OPTIONS_DEFINE= DOCS post-extract: .SILENT # Extract official HP ROM images for GX/SX - ${CP} ${_DISTDIR}/gxrom-r.bz2 ${WRKSRC} && ${EXTRACT_CMD} \ + ${CP} ${_DISTDIR}/gxrom-r.bz2 ${WRKSRC} && ${BZIP2_CMD} \ -d ${WRKSRC}/gxrom-r.bz2 # The latest SX ROM revision is J, but it does not work with x48, so use E ${CP} ${_DISTDIR}/sxrom-e.bz2 ${WRKSRC} && ${EXTRACT_CMD} \ |