From owner-freebsd-ports Sun May 17 10:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19009 for freebsd-ports-outgoing; Sun, 17 May 1998 10:54:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19001 for ; Sun, 17 May 1998 10:54:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17030; Sun, 17 May 1998 10:50:00 -0700 (PDT) Received: from ail.ail-inc.co.jp ([210.145.48.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18657 for ; Sun, 17 May 1998 10:50:30 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from amygdala.ail-inc.co.jp (amygdala.ail-inc.co.jp [210.145.48.251]) by ail.ail-inc.co.jp (8.8.5/3.6W) with ESMTP id CAA10439; Mon, 18 May 1998 02:50:30 +0900 (JST) Received: from thalamus.local.ail-inc.co.jp (thalamus.local.ail-inc.co.jp [192.168.1.6]) by amygdala.ail-inc.co.jp (8.8.8/3.6W98030310) with ESMTP id CAA21761; Mon, 18 May 1998 02:49:46 +0900 (JST) Received: (from sada@localhost) by thalamus.local.ail-inc.co.jp (8.8.8/3.6W98032015) id CAA23794; Mon, 18 May 1998 02:50:06 +0900 (JST) Message-Id: <199805171750.CAA10439@ail.ail-inc.co.jp> Date: Mon, 18 May 1998 02:50:06 +0900 (JST) From: sada@e-mail.ne.jp (SADA Kenji) To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: hideyuki@sat.t.u-tokyo.ac.jp X-Send-Pr-Version: 3.2 Subject: ports/6667: ports japanese/kon: install problem of man pages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6667 >Category: ports >Synopsis: >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 17 10:50:00 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE i386 XFree86 3.3.2 >Description: port japanese/kon sometimes need the directory '${PREFIX}/man/ja_JP.EUC/man1' before `make install', or fail to install the man page. >How-To-Repeat: Setup a clean 2.2.6-RELEASE system (without any ports/packages), and do command-line: cd /usr/ports/japanese/kon; make install >Fix: --- Makefile.orig Sat Sep 20 04:27:45 1997 +++ Makefile Mon May 18 02:38:58 1998 @@ -29,6 +29,7 @@ @(cd ${WRKSRC}; ${MAKE} -f Makefile.FreeBSD config) post-install: + @${MKDIR} ${PREFIX}/man/ja_JP.EUC/man1 @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja_JP.EUC/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message