diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-27 18:27:16 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-27 18:27:16 +0000 |
commit | aa74a9e0eda1e8755c0d1738657a7e8e511b5acd (patch) | |
tree | 96eb5d88810370741d2e3f10df1c78077d238bbc /dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild | |
parent | Updated wine-20020710-r1.ebuild to install /usr/wine/bin/wine regapi. Closes... (diff) | |
download | gentoo-2-aa74a9e0eda1e8755c0d1738657a7e8e511b5acd.tar.gz gentoo-2-aa74a9e0eda1e8755c0d1738657a7e8e511b5acd.tar.bz2 gentoo-2-aa74a9e0eda1e8755c0d1738657a7e8e511b5acd.zip |
Fixed new perl-module problems.
Diffstat (limited to 'dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild')
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild index 289253626f72..96c9a4dc3609 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.5 2002/07/25 04:43:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.6 2002/07/27 18:27:16 aliz Exp $ inherit perl-module @@ -17,6 +17,6 @@ mydoc="README.SNMP_util" src_install() { - base_src_install + perl-module_src_install dohtml *.html } |