Date: Wed, 8 Mar 2000 09:10:03 -0800 (PST) From: Steve Price <sprice@hiwaay.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/17118: update port japanese/kanji18 and kanji26 (fwd) Message-ID: <200003081710.JAA14160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17118; it has been noted by GNATS. From: Steve Price <sprice@hiwaay.net> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/17118: update port japanese/kanji18 and kanji26 (fwd) Date: Wed, 8 Mar 2000 11:07:20 -0600 (CST) ---------- Forwarded message ---------- Date: Mon, 06 Mar 2000 12:24:21 +0900 From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> To: gnats-admin@FreeBSD.org Cc: sada@rr.iij4u.or.jp Subject: Re: ports/17118: update port japanese/kanji18 and kanji26 Sorry, I missed to add PKGDIR to kanji26/Makefile. With previous patch, it refered to kanji18/pkg/PLIST, instead of kanji26/pkg/PLIST. Thanks sada@rr.iij4u.or.jp. I attached new patch for kanji18 and kanji26. MIHIRA Sanpei Yoshiro --- ports/japanese/kanji26/Makefile.org Thu Mar 2 10:26:48 2000 +++ ports/japanese/kanji26/Makefile Mon Mar 6 12:14:27 2000 @@ -1,7 +1,7 @@ # New ports collection makefile for: kanji26 # Version required: 1.0 # Date created: 23 November 1999 -# Whom: Yoshiro MIHIRA <sanpei@jp.FreeBSD.org> +# Whom: Yoshiro MIHIRA <sanpei@sanpei.org> # # $FreeBSD: ports/japanese/kanji26/Makefile,v 1.1.1.1 2000/01/08 01:24:41 taoka Exp $ # @@ -10,8 +10,11 @@ DISTFILES?= 793.gz 794.gz 795.gz 796.gz 797.gz 798.gz 799.gz \ 800.gz 802.gz 816.gz 817.gz 818.gz 819.gz 820.gz 821.gz +FILESDIR= ${.CURDIR}/files +PKGDIR= ${.CURDIR}/pkg +MASTERDIR= ${.CURDIR}/../kanji18 README_FILE?= 793.gz RESIZESED_FILE?= 26to24.sed RESIZED_ALIAS_FILE?= kanji24.alias -.include "${.CURDIR}/../kanji18/Makefile" +.include "${MASTERDIR}/Makefile" --- ports/japanese/kanji18/Makefile.org Thu Mar 2 10:37:32 2000 +++ ports/japanese/kanji18/Makefile Mon Mar 6 12:14:09 2000 @@ -1,7 +1,7 @@ # New ports collection makefile for: kanji18 # Version required: 1.0 # Date created: 23 November 1999 -# Whom: Yoshiro MIHIRA <sanpei@jp.FreeBSD.org> +# Whom: Yoshiro MIHIRA <sanpei@sanpei.org> # # $FreeBSD: ports/japanese/kanji18/Makefile,v 1.1.1.1 2000/01/08 01:23:47 taoka Exp $ # @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${DISTNAME} DISTFILES?= 573.z 574.z 575.z 576.z 577.z 578.z 579.z 580.z 581.z -MAINTAINER= sanpei@jp.FreeBSD.org +MAINTAINER= sanpei@sanpei.org BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar \ bdftopcf:${PORTSDIR}/x11/XFree86 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003081710.JAA14160>