aboutsummaryrefslogtreecommitdiffstats
path: root/main/ncftp
diff options
context:
space:
mode:
Diffstat (limited to 'main/ncftp')
-rw-r--r--main/ncftp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ncftp/APKBUILD b/main/ncftp/APKBUILD
index 59f9848018..4e58fca021 100644
--- a/main/ncftp/APKBUILD
+++ b/main/ncftp/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.2.6
pkgrel=0
pkgdesc="A set of free application programs implementing FTP"
url="http://www.ncftp.com/"
-arch="all"
+arch=""
license="custom"
makedepends="ncurses-dev"
source="ftp://ftp.$pkgname.com/$pkgname/$pkgname-$pkgver-src.tar.xz
@@ -23,7 +23,7 @@ build () {
--sysconfdir=/etc \
--mandir=/usr/share/man \
|| return 1
-
+
cd "$builddir"/libncftp
make shared || return 1
cd "$builddir" || return 1