Bug 47555 - Update port: japanese/nkf to 2.02
Summary: Update port: japanese/nkf to 2.02
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Masafumi Max NAKANE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 17:20 UTC by Norikatsu Shigemura
Modified: 2003-02-03 08:45 UTC (History)
0 users

See Also:


Attachments
file.diff (3.10 KB, patch)
2003-01-27 17:20 UTC, Norikatsu Shigemura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Norikatsu Shigemura freebsd_committer freebsd_triage 2003-01-27 17:20:01 UTC
	Update to 2.02.

Fix: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
How-To-Repeat: 	N/A
Comment 1 corecode@corecode.ath.cx 2003-01-27 17:36:23 UTC
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}?

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-01-28 03:27:55 UTC
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.
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-01-28 03:28:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->max

Over to maintainer.
Comment 4 Masafumi Max NAKANE freebsd_committer freebsd_triage 2003-02-03 08:45:00 UTC
State Changed
From-To: open->closed

The patch has been committed with some modifications.