app-portage/pram: Fix installing manpage
authorMichał Górny <mgorny@gentoo.org>
Fri, 22 Mar 2019 10:15:07 +0000 (11:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 22 Mar 2019 10:20:09 +0000 (11:20 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/pram/pram-2-r1.ebuild [moved from app-portage/pram/pram-2.ebuild with 97% similarity]

similarity index 97%
rename from app-portage/pram/pram-2.ebuild
rename to app-portage/pram/pram-2-r1.ebuild
index 718e513c9cd80dd23a207f95f100fc3e2f3fe302..d5151395d54abf39a7c1aa371d7efa67d5304ec5 100644 (file)
@@ -19,5 +19,6 @@ RDEPEND="dev-vcs/git
 
 src_install() {
        dobin pram
+       doman pram.1
        einstalldocs
 }