diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-03 02:21:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-03 02:21:34 -0700 |
| commit | 33fc21d6fa11d6315f0ad90ca96092f576f75239 (patch) | |
| tree | 3d14ba648b132d7b69212082528a088f764f365e /pkg/netbsd-curses | |
| parent | d396a04bb21d2a75dce5d41e2b0c36b0afeb2857 (diff) | |
Remove ncurses binary installation
Diffstat (limited to 'pkg/netbsd-curses')
| -rw-r--r-- | pkg/netbsd-curses/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/netbsd-curses/gen.lua b/pkg/netbsd-curses/gen.lua index 67b5e033..a12a07fc 100644 --- a/pkg/netbsd-curses/gen.lua +++ b/pkg/netbsd-curses/gen.lua @@ -131,6 +131,7 @@ exe('tput', [[usr.bin/tput/tput.c libterminfo.a]]) file('bin/tput', '755', '$outdir/tput') exe('tset', [[usr.bin/tset/(map.c misc.c set.c term.c tset.c) libterminfo.a]]) file('bin/tset', '755', '$outdir/tset') +sym('bin/reset', 'tset') man{ 'usr.bin/infocmp/infocmp.1', |
