kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit b278d42e648b3e7965bb0bcafb851738e2283340
parent be6905f944918beed6dc7a3085ddfe77f9f0699a
Author: aabacchus <ben@bvnf.space>
Date:   Wed, 29 Sep 2021 20:08:13 +0100

netbsd-curses: install manpages

Diffstat:
Mnetbsd-curses/build | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/netbsd-curses/build b/netbsd-curses/build @@ -5,7 +5,8 @@ make \ DESTDIR="$1" \ PREFIX=/usr \ all-static \ - install-static + install-static \ + install-manpages # ncurses-compatible script install -Dm755 ncurses5-config "$1/usr/bin/ncurses5-config"