Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 12:27:55 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Cc:        freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, nork@FreeBSD.org
Subject:   Re: ports/47555: Update port: japanese/nkf to 2.02
Message-ID:  <200301280327.h0S3Rtt4038773@nd250009.gab.xdsl.ne.jp>
In-Reply-To: <200301271740.h0RHe9xO037918@freefall.freebsd.org>
References:  <200301271740.h0RHe9xO037918@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 27 Jan 2003 09:40:09 -0800 (PST)
"Simon 'corecode' Schubert" <corecode@corecode.ath.cx> wrote:
>  Lately Norikatsu Shigemura told:
>  > Index: Makefile
>  [...]
>  > +	${INSTALL_DATA}    ${WRKSRC}/nkf.1      ${PREFIX}/man/man1/nkf.1
>  > +	${INSTALL_DATA}    ${WRKSRC}/nkf.1j.euc ${PREFIX}/man/ja/man1/nkf.1
>  ${INSTALL_MAN}, ${MANPREFIX}?

	Yes. I forgot in port's Makefile.  I should use these.
	Max, please replace to following lines.
	${INSTALL_MAN} ${WRKSRC}/nkf.1      ${MANPREFIX}/man/man1/nkf.1
	${INSTALL_MAN} ${WRKSRC}/nkf.1j.euc ${MANPREFIX}/man/ja/man1/nkf.1

	P.S. Remove files/*.  This version has no need patches.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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