summaryrefslogtreecommitdiffstats
path: root/base/ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'base/ncurses')
-rwxr-xr-xbase/ncurses/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/ncurses/Pkgfile b/base/ncurses/Pkgfile
index 6688e8d7a..31ab2ad54 100755
--- a/base/ncurses/Pkgfile
+++ b/base/ncurses/Pkgfile
@@ -6,12 +6,13 @@
name=ncurses
version=5.7
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
+--mandir=/usr/share/man \
--with-shared --without-debug \
--enable-widec --with-install-prefix=$PKG
make