diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-24 12:16:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-24 12:16:14 +0000 |
commit | a3dee6c40d0892dc405120b1a804293e44816e13 (patch) | |
tree | 5acec350cadc62ead9916efba754be136aca77fa /emulators/xm7/Makefile | |
parent | 82a5690679de2c3225290c1357421cbe651fc474 (diff) | |
download | pkgsrc-a3dee6c40d0892dc405120b1a804293e44816e13.tar.gz |
Fix extraction (newer lha seems to support different commands), and
make it compile again.
Diffstat (limited to 'emulators/xm7/Makefile')
-rw-r--r-- | emulators/xm7/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index fc8363941b7..e35ca897ad8 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/12/30 21:44:25 agc Exp $ +# $NetBSD: Makefile,v 1.6 2002/01/24 12:16:14 wiz Exp $ # DISTNAME= xm71010s @@ -19,9 +19,8 @@ RESTRICTED+= no-commercial-use NO_SRC_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -LHA= lha -# convert CRLF to LF and sjis encoding to EUC-JP in text files. -EXTRACT_CMD= ${LHA} xqte ${DOWNLOADED_DISTFILE} +# convert CRLF to LF +EXTRACT_CMD= lha xqt ${DOWNLOADED_DISTFILE} NO_CONFIGURE= yes MAKEFILE= makefile.x11 @@ -29,9 +28,6 @@ MAKEFILE= makefile.x11 post-extract: @cd ${WRKDIR}; ${MV} linux/* vm -pre-build: - cd ${WRKSRC}; ${MV} cpu.c cpu.c-msdos && ${SED} -e 's|.$$||g' cpu.c-msdos > cpu.c - do-install: ${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin |