erlang: fix short_desc.

This commit is contained in:
Christian Neukirchen 2014-10-11 22:10:53 +02:00
parent fa82a4a009
commit 368972669b

View file

@ -1,14 +1,14 @@
# Template file for 'erlang'
pkgname=erlang
version=17.3
revision=1
revision=2
wrksrc=otp_src_${version}
build_style=gnu-configure
configure_args="--enable-smp-support"
hostmakedepends="perl libxslt"
makedepends="ncurses-devel unixodbc-devel libressl-devel
$(vopt_if x11 'wxGTK-devel glu-devel')"
short_desc="General-purpose concurrent functional programming language developed by Ericsson"
short_desc="Concurrent functional programming language developed by Ericsson"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://www.erlang.org/"
@ -32,6 +32,5 @@ fi
post_install() {
vmkdir usr/share
vcopy ../man usr/share/
vlicense EPLICENCE
}