summaryrefslogtreecommitdiffstats
path: root/main/htop
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 11:46:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 11:46:37 +0000
commit077f81d83a6464e3dfd7630bc86dd35cf69f2860 (patch)
tree48d92ab84fe556d91067fec7e53c442d90c268d1 /main/htop
parent79e6d69ccc0346c07f956bf3bf43e1fca29dcfbd (diff)
downloadaports-077f81d83a6464e3dfd7630bc86dd35cf69f2860.tar.bz2
aports-077f81d83a6464e3dfd7630bc86dd35cf69f2860.tar.xz
main/htop: build fix
Diffstat (limited to 'main/htop')
-rw-r--r--main/htop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD
index b6e4ee888..94f92a79a 100644
--- a/main/htop/APKBUILD
+++ b/main/htop/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="An interactive process viewer for Linux"
url="http://htop.sourceforge.net"
license='GPL'
-depends='ncurses ncurses-terminfo uclibc'
+depends='ncurses-terminfo'
makedepends="ncurses-dev"
source="http://surfnet.dl.sourceforge.net/sourceforge/htop/$pkgname-$pkgver.tar.gz"
@@ -15,7 +15,7 @@ build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man
make || return 1
- make prefix=$startdir/pkg/usr mandir=$startdir/pkg/usr/share/man install
+ make DESTDIR="$pkgdir" install
}
md5sums='f0b259ca29175656de48bf0fa0a2e619 htop-0.8.1.tar.gz'