diff options
Diffstat (limited to 'dev-perl/perl-tk/perl-tk800-022.ebuild')
-rw-r--r-- | dev-perl/perl-tk/perl-tk800-022.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/perl-tk/perl-tk800-022.ebuild b/dev-perl/perl-tk/perl-tk800-022.ebuild index 678f220bfa48..72a9f3c85968 100644 --- a/dev-perl/perl-tk/perl-tk800-022.ebuild +++ b/dev-perl/perl-tk/perl-tk800-022.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk800-022.ebuild,v 1.3 2000/11/01 06:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk800-022.ebuild,v 1.4 2000/11/04 12:54:31 achim Exp $ P=Tk800.022 A=${P}.tar.gz @@ -11,13 +11,12 @@ SRC_URI="http://cpan.valueclick.com/modules/by-module/Tk/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/Tk/${P}.readme" DEPEND=">=sys-devel/perl-5 - >=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make # try make test @@ -26,8 +25,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Change.log Changes COPYING README* MANIFEST* dodoc ToDo VERSIONS } |