diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template index d846676781..fb3a1885ca 100644 --- a/srcpkgs/execline-man-pages/template +++ b/srcpkgs/execline-man-pages/template @@ -1,6 +1,6 @@ # Template file for 'execline-man-pages' pkgname=execline-man-pages -version=2.8.1.0.3 +version=2.8.1.0.4 revision=1 build_style=gnu-makefile hostmakedepends="mdocml" @@ -9,11 +9,8 @@ maintainer="mobinmob " license="ISC" homepage="https://github.com/flexibeast/execline-man-pages" distfiles="https://github.com/flexibeast/execline-man-pages/archive/v${version}.tar.gz" -checksum=6887fb4102aff257182f6889de16068c57281e4fe1e3c9758fa894f024fee2c3 +checksum=b535b83dc840b5285a19b9ee0ac3cd739912b069b3c4f3547d8b2ef6c6bcb98b -do_install() { - vmkdir usr/share/man/man1 - vmkdir usr/share/man/man7 - make MANPATH="${DESTDIR}/usr/share/man" +post_install() { vlicense LICENSE }