erlang: move erlang-specific manpages to usr/lib/erlang/man for erl -man
This commit is contained in:
parent
0a38d93d9e
commit
392a8c7639
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'erlang'
|
||||
pkgname=erlang
|
||||
version=17.3
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=otp_src_${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-smp-support"
|
||||
|
@ -32,7 +32,11 @@ pre_configure() {
|
|||
fi
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share
|
||||
vcopy ../man usr/share/
|
||||
vmkdir usr/share/man
|
||||
vmkdir usr/lib/erlang/man
|
||||
vcopy ../man/man1 usr/share/man
|
||||
vcopy ../man/man3 usr/lib/erlang/man
|
||||
vcopy ../man/man4 usr/lib/erlang/man
|
||||
vcopy ../man/man7 usr/lib/erlang/man
|
||||
vlicense EPLICENCE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user