Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2006 04:10:20 GMT
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/95619: japanese manpage of pdumpfs is wrong
Message-ID:  <200605020410.k424AKLi023076@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/95619; it has been noted by GNATS.

From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To: bug-followup@FreeBSD.org, Volker Stolz <vs@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.



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