ports/95619: japanese manpage of pdumpfs is wrong

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Tue May 2 04:10:21 UTC 2006


The following reply was made to PR ports/95619; it has been noted by GNATS.

From: Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
To: bug-followup at FreeBSD.org, Volker Stolz <vs at FreeBSD.org>
Cc:  
Subject: Re: ports/95619: japanese manpage of pdumpfs is wrong
Date: Tue, 02 May 2006 13:08:43 +0900

 Here is a new patch:
 
 --- sysutils/pdumpfs/Makefile.orig	Fri Nov 18 04:31:57 2005
 +++ sysutils/pdumpfs/Makefile	Tue May  2 12:57:12 2006
 @@ -25,6 +25,7 @@
  do-install:
  	${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${PREFIX}/sbin/
  	${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${PREFIX}/man/man8/
 +	${RUBY} -ni -r nkf -e 'puts NKF.nkf("-e",$$_)' ${WRKSRC}/man/ja/man8/pdumpfs.8
  	${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${PREFIX}/man/ja/man8/
  .if !defined(NOPORTDOCS)
  	${MKDIR} ${DOCSDIR}
 
 New fix does not depend on any other new ports nor use any new variable.



More information about the freebsd-ports-bugs mailing list