Fix install issue.

This commit is contained in:
Norikatsu Shigemura 2009-04-12 17:27:58 +00:00
parent dfe3b96ebe
commit 52e997a1fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232221

View file

@ -32,7 +32,7 @@
- cp nkf $(prefix)/bin/
- cp nkf.1 $(prefix)/man/man1/
- cp nkf.1j $(prefix)/man/ja/man1/nkf.1
+ ${BSD_INSTALL_PRGRAM} nkf ${PREFIX}/bin/
+ ${BSD_INSTALL_PROGRAM} nkf ${PREFIX}/bin/
+ ${BSD_INSTALL_MAN} nkf.1 ${PREFIX}/man/man1/
+ ${BSD_INSTALL_MAN} nkf.1j.euc ${PREFIX}/man/ja/man1/nkf.1