diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-16 12:22:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-16 12:22:43 +0000 |
commit | 40c25114fa61c9f3d79bf7390f2f1d1ecc6abd28 (patch) | |
tree | ced0a096c2702dc2f6fbcf245fe5207e686f3a0b /testing | |
parent | 234bc57e60982d09a11caf752e31bb1c57522ca9 (diff) | |
download | aports-40c25114fa61c9f3d79bf7390f2f1d1ecc6abd28.tar.bz2 aports-40c25114fa61c9f3d79bf7390f2f1d1ecc6abd28.tar.xz |
testing/hylafaxplus: cosmetic fixes
Diffstat (limited to 'testing')
-rw-r--r-- | testing/hylafaxplus/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/hylafaxplus/APKBUILD b/testing/hylafaxplus/APKBUILD index c6a05c4e5c..2ed9d0b6f6 100644 --- a/testing/hylafaxplus/APKBUILD +++ b/testing/hylafaxplus/APKBUILD @@ -4,7 +4,7 @@ pkgname=hylafaxplus _pkgname=hylafax pkgver=5.5.9 pkgrel=0 -pkgdesc="Making the Premier Open-Source Fax Management System Even Bette" +pkgdesc="Making the Premier Open-Source Fax Management System Even Better" url="http://hylafax.sourceforge.net" arch="all" license="MIT" @@ -21,10 +21,6 @@ source="https://downloads.sourceforge.net/hylafax/${_pkgname}-${pkgver}.tar.gz " builddir="$srcdir"/$_pkgname-$pkgver -prepare() { - default_prepare -} - build() { cd "$builddir" # the configure script does not handle ccache or distcc |