diff --git a/games/cbonsai/Portfile b/games/cbonsai/Portfile index 54514ab6a80..ec0168a887d 100644 --- a/games/cbonsai/Portfile +++ b/games/cbonsai/Portfile @@ -4,9 +4,9 @@ PortSystem 1.0 PortGroup gitlab 1.0 PortGroup makefile 1.0 -gitlab.setup jallbrit cbonsai 1.3.1 v +gitlab.setup jallbrit cbonsai 1.4.2 v epoch 1 -revision 1 +revision 0 description grow bonsai trees in your terminal @@ -23,22 +23,22 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer platforms darwin linux freebsd -checksums rmd160 14bfc90078e4fc072ce46b41d9959be2065f08b5 \ - sha256 4bc60f75dd01159d53fb24ec68abcb0c8fc0832934f5692cbd169728a1e5fc49 \ - size 21709 +checksums rmd160 6545cc8d48c76afd5a9306006bba59848d22abe9 \ + sha256 be635626d8f9f294d3854f955d8d924b2aa965348ad81d2e20d3ffd1fa8641ed \ + size 22859 depends_build-append \ port:pkgconfig \ port:scdoc depends_lib-append port:ncurses -build.target ${name} ${name}.1 +build.target ${name} ${name}.6 makefile.has_destdir yes destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ - xinstall -d ${destroot}${prefix}/share/man/man1 - copy ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1/ + xinstall -d ${destroot}${prefix}/share/man/man6 + copy ${worksrcpath}/${name}.6 ${destroot}${prefix}/share/man/man6/ }