diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-06-09 10:53:17 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-06-09 10:53:17 +0000 |
commit | 96f5286103b36ec2b9eceb3c5fd4b4f7c3a12759 (patch) | |
tree | c7da30cc0bbcd52752b11052d3136d26002ff4ab /japanese | |
parent | 0a8c87b5ed24fdd39d7b0bb356ec20d728bbe4e9 (diff) | |
download | pkgsrc-96f5286103b36ec2b9eceb3c5fd4b4f7c3a12759.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jhd/Makefile | 25 | ||||
-rw-r--r-- | japanese/jhd/files/md5 | 2 | ||||
-rw-r--r-- | japanese/jhd/pkg/PLIST | 2 |
3 files changed, 11 insertions, 18 deletions
diff --git a/japanese/jhd/Makefile b/japanese/jhd/Makefile index 252d10af2f1..d21c9e3f4bb 100644 --- a/japanese/jhd/Makefile +++ b/japanese/jhd/Makefile @@ -1,30 +1,19 @@ -# New ports collection makefile for: jhd -# Version required: 2.3 -# Date created: Feb 5, 1998 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# -# $Id: Makefile,v 1.1.1.1 1999/06/09 10:48:00 sakamoto Exp $ -# +# $NetBSD: Makefile,v 1.2 1999/06/09 10:53:17 sakamoto Exp $ +# FreeBSD Id: Makefile,v 1.2 1999/05/01 04:00:25 taoka Exp $ DISTNAME= jhd-2.3 -PKGNAME= ja-jhd-2.3 CATEGORIES= japanese MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/ -MAINTAINER= taoka@FreeBSD.org +MAINTAINER= teck-pkg-ja@jp.netbsd.org -BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf - -MANLANG= ja -MAN1= jhd.1 +BUILD_DEPENDS= nkf:../../japanese/nkf post-build: - cd ${WRKSRC}; \ - ${MV} jhd.1 jhd.1.org; \ - nkf -e jhd.1.org > jhd.1 + @(cd ${WRKSRC}; ${MV} jhd.1 jhd.1.org; nkf -e jhd.1.org > jhd.1) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhd ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/jhd.1 ${PREFIX}/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/jhd.1 ${PREFIX}/man/ja_JP.EUC/man1 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/japanese/jhd/files/md5 b/japanese/jhd/files/md5 index 3c2866fcff2..76cf204b09e 100644 --- a/japanese/jhd/files/md5 +++ b/japanese/jhd/files/md5 @@ -1 +1,3 @@ +$NetBSD: md5,v 1.2 1999/06/09 10:53:18 sakamoto Exp $ + MD5 (jhd-2.3.tar.gz) = 75537a0771369f968ca714b524e6ce93 diff --git a/japanese/jhd/pkg/PLIST b/japanese/jhd/pkg/PLIST index 12485d707ef..7cbf08969df 100644 --- a/japanese/jhd/pkg/PLIST +++ b/japanese/jhd/pkg/PLIST @@ -1 +1,3 @@ +@comment $NetBSD: PLIST,v 1.2 1999/06/09 10:53:18 sakamoto Exp $ bin/jhd +man/ja_JP.EUC/man1/jhd.1 |