mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
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
@ -32,7 +32,7 @@
|
|||||||
- cp nkf $(prefix)/bin/
|
- cp nkf $(prefix)/bin/
|
||||||
- cp nkf.1 $(prefix)/man/man1/
|
- cp nkf.1 $(prefix)/man/man1/
|
||||||
- cp nkf.1j $(prefix)/man/ja/man1/nkf.1
|
- 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.1 ${PREFIX}/man/man1/
|
||||||
+ ${BSD_INSTALL_MAN} nkf.1j.euc ${PREFIX}/man/ja/man1/nkf.1
|
+ ${BSD_INSTALL_MAN} nkf.1j.euc ${PREFIX}/man/ja/man1/nkf.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user