Skip site navigation (1)Skip section navigation (2)
Date:      23 May 2000 21:06:58 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/18778: Refactoring port: japanese/man
Message-ID:  <20000523210658.7619.qmail@dolphin.be.to>

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

>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




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