diff options
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild index 38818e7c87f1..6a8bc42ab1ff 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild @@ -19,5 +19,6 @@ PATCHES=( src_install() { perl-module_src_install - dohtml index.html + docinto html + dodoc index.html } |