From owner-freebsd-ports Tue May 23 14:10: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDE5B37B6CE for ; Tue, 23 May 2000 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA82707; Tue, 23 May 2000 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 596E637B50D for ; Tue, 23 May 2000 14:07:42 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000050921000035) with ESMTP id GAA12724 for ; Wed, 24 May 2000 06:07:33 +0900 Received: from localhost (ppp30-Mobara1.mtci.ne.jp [210.172.1.232]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000051721000000) with SMTP id GAA26630 for ; Wed, 24 May 2000 06:07:28 +0900 Received: (qmail 7620 invoked by uid 1001); 23 May 2000 21:06:59 -0000 Message-Id: <20000523210658.7619.qmail@dolphin.be.to> Date: 23 May 2000 21:06:58 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/18778: Refactoring port: japanese/man Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18778 >Category: ports >Synopsis: Refactoring port: japanese/man >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 23 14:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 4.0-STABLE i386 >Organization: Unknown >Environment: >Description: * Replace an invalid use of ${PREFIX} with ${LOCALBASE}. * Pull up man page entries from PLIST to Makefile. >How-To-Repeat: >Fix: Please apply the following patch. diff -urN /usr/ports/japanese/man/Makefile man/Makefile --- /usr/ports/japanese/man/Makefile Wed Apr 12 04:52:37 2000 +++ man/Makefile Wed May 24 05:08:14 2000 @@ -14,10 +14,16 @@ MAINTAINER= kuriyama@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/bin/groff:${PORTSDIR}/japanese/groff \ +RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff \ jless:${PORTSDIR}/japanese/less MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}" + +MANLANG= "" ja +MAN1= jman.1 jmanpath.1 japropos.1 \ + jwhatis.1 jmakewhatis.1 jcatman.1 +MAN8= jmakewhatis.local.8 jcatman.local.8 +MANCOMPRESSED= yes pre-install: @${SETENV} PKG_PREFIX=${PREFIX} \ diff -urN /usr/ports/japanese/man/pkg/PLIST man/pkg/PLIST --- /usr/ports/japanese/man/pkg/PLIST Fri Sep 10 01:16:01 1999 +++ man/pkg/PLIST Wed May 24 05:10:11 2000 @@ -7,19 +7,3 @@ bin/jcatman libexec/jmakewhatis.local libexec/jcatman.local -man/man1/jman.1.gz -man/man1/jmanpath.1.gz -man/man1/japropos.1.gz -man/man1/jwhatis.1.gz -man/man1/jmakewhatis.1.gz -man/man1/jcatman.1.gz -man/man8/jmakewhatis.local.8.gz -man/man8/jcatman.local.8.gz -man/ja/man1/jman.1.gz -man/ja/man1/jmanpath.1.gz -man/ja/man1/japropos.1.gz -man/ja/man1/jwhatis.1.gz -man/ja/man1/jmakewhatis.1.gz -man/ja/man1/jcatman.1.gz -man/ja/man8/jmakewhatis.local.8.gz -man/ja/man8/jcatman.local.8.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message