summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-09-13 01:05:07 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-09-13 01:05:07 +0000
commit72309164f8ec8090854c3c56833c03ea16193a0b (patch)
treef1f321f9da6f6a15d2245462ada926c4e6ebce7f /dev-perl/libwww-perl
parentupd (diff)
downloadhistorical-72309164f8ec8090854c3c56833c03ea16193a0b.tar.gz
historical-72309164f8ec8090854c3c56833c03ea16193a0b.tar.bz2
historical-72309164f8ec8090854c3c56833c03ea16193a0b.zip
Fixed perl Makefile syntax
Diffstat (limited to 'dev-perl/libwww-perl')
-rw-r--r--dev-perl/libwww-perl/ChangeLog5
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.64.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog
index eec26123c716..08bebfd53d2c 100644
--- a/dev-perl/libwww-perl/ChangeLog
+++ b/dev-perl/libwww-perl/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.3 2002/08/01 22:53:16 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.4 2002/09/13 01:05:07 mcummings Exp $
*libwww-perl-5.64 (6 May 2002)
+ 12 Sep 2002; <mcummings@gentoo.org> libwww-perl-5.64.ebuild :
+ Corrected syntax for perl Makefile
+
1 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> libwww-perl-5.64.ebuild :
Added ppc to KEYWORDS.
diff --git a/dev-perl/libwww-perl/libwww-perl-5.64.ebuild b/dev-perl/libwww-perl/libwww-perl-5.64.ebuild
index 3c50616d4ae0..958535c265b9 100644
--- a/dev-perl/libwww-perl/libwww-perl-5.64.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-5.64.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/libwww-perl/libwww-perl-5.64.ebuild,v 1.7 2002/08/14 04:32:35 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.64.ebuild,v 1.8 2002/09/13 01:05:07 mcummings Exp $
inherit perl-module
@@ -17,12 +17,13 @@ DEPEND="${DEPEND}
>=dev-perl/libnet-1.0703
>=dev-perl/HTML-Parser-3.13
>=dev-perl/URI-1.0.9
- >=dev-perl/Digest-MD5-2.12"
+ >=dev-perl/Digest-MD5-2.12
+ >=dev-perl/MIME-Base64-2.12"
mydoc="TODO"
src_compile() {
- yes "" | perl Makefile.PL
- make
+ yes "" | perl Makefile.PL ${myconf} \
+ PREFIX=${D}/usr
}