diff --git a/app-backup/znapzend/znapzend-0.19.1.ebuild b/app-backup/znapzend/znapzend-0.19.1.ebuild index f57080c..e578da5 100644 --- a/app-backup/znapzend/znapzend-0.19.1.ebuild +++ b/app-backup/znapzend/znapzend-0.19.1.ebuild @@ -38,11 +38,15 @@ src_install() { insinto /opt/lib doins -r thirdparty/lib/perl5/* + doman man/znapzend{,zetup,ztatz}.1 + newinitd ${FILESDIR}/initd_${PN} ${PN} } pkg_postinst() { + elog "" elog "This software release depends on modules no longer available through Portage." elog "Since it will automatically obtain them from CPAN automatically, they will be" elog "placed under '/opt/lib' in order not to interfere with the rest of the system." + elog "" }