diff options
author | wiz <wiz> | 2001-02-28 10:47:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-28 10:47:23 +0000 |
commit | d110446d50a22b6266d071c513344b9be29e524c (patch) | |
tree | b6bd9d7f22faa490a841fa15e70a8e052259f0ac /emulators | |
parent | 600b11aef68bce91b7a9063501870b6a815a7ad3 (diff) | |
download | pkgsrc-d110446d50a22b6266d071c513344b9be29e524c.tar.gz |
Remove a bogus line and a deprecated one, and move a line for pkglint.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xm7/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 27ca9191032..0c23923b201 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/28 10:47:23 wiz Exp $ # DISTNAME= xm71010s @@ -11,19 +11,18 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.ipc-tokai.or.jp/~ytanaka/fm7/xm7.shtml COMMENT= X11-based FM-7 emulator -NO_WRKSUBDIR= # empty +BUILD_DEPENDS+= nkf:../../japanese/nkf + WRKSRC= ${WRKDIR}/vm RESTRICTED= source archive is not redistributable RESTRICTED+= no-commercial-use NO_SRC_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -MIRROR_DISTFILES= no LHA= lha # convert CRLF to LF and sjis encoding to EUC-JP in text files. -EXTRACT_CMD= ${LHA} xqte ${DOWNLOADED_DISTFILE} +EXTRACT_CMD= ${LHA} xqte ${DOWNLOADED_DISTFILE} -BUILD_DEPENDS+= nkf:../../japanese/nkf NO_CONFIGURE= yes MAKEFILE= Makefile.X11 |