From 74dd211f4dc0cd562734160c50741cc3742e31d8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 18 Oct 2013 10:57:19 +0200 Subject: [PATCH] ncurses: bootstrap pkg; repair bootstrap build. --- srcpkgs/ncurses/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 16a02792284..8b4052ae599 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -17,6 +17,8 @@ long_desc=" ecompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo. Full manual pages are provided for the library and tools." +bootstrap=yes + if [ "$CROSS_BUILD" ]; then # needs host tic(1) hostmakedepends="ncurses" @@ -116,7 +118,7 @@ ncurses-devel_package() { vmove usr/include vmove "usr/lib/*.a" vmove usr/share/man/man3 - vmove usr/share/man/man1/ncursesw6-config.1 + vmove usr/share/man/man1/ncursesw6-config.1.gz } }