Fix install issue.
This commit is contained in:
parent
dfe3b96ebe
commit
52e997a1fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232221
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue