Skip site navigation (1)Skip section navigation (2)
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
Subject:   ports/6667: ports japanese/kon: install problem of man pages
Message-ID:  <199805171750.CAA10439@ail.ail-inc.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         6667
>Category:       ports
>Synopsis:       <Synopsis of the problem (one line)>
>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 <sada@e-mail.ne.jp>
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805171750.CAA10439>