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'
|
# Template file for 'erlang'
|
||||||
pkgname=erlang
|
pkgname=erlang
|
||||||
version=17.3
|
version=17.3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=otp_src_${version}
|
wrksrc=otp_src_${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-smp-support"
|
configure_args="--enable-smp-support"
|
||||||
|
@ -32,7 +32,11 @@ pre_configure() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share
|
vmkdir usr/share/man
|
||||||
vcopy ../man usr/share/
|
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
|
vlicense EPLICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue