summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-09-09 21:53:26 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-09-09 21:53:26 +0000
commit432011578cc7c6847a1be456bdfc92f078a29016 (patch)
tree123a1456d83ae74ea76d623dc40e16fa2fde7a03 /dev-perl/mod_perl
parentThis test eclass has been tested on all platforms and is no longer (diff)
downloadhistorical-432011578cc7c6847a1be456bdfc92f078a29016.tar.gz
historical-432011578cc7c6847a1be456bdfc92f078a29016.tar.bz2
historical-432011578cc7c6847a1be456bdfc92f078a29016.zip
These are syntax fixes for the new perl eclass. The new perl eclass uses a corrected makemaker for perl.
Diffstat (limited to 'dev-perl/mod_perl')
-rw-r--r--dev-perl/mod_perl/ChangeLog5
-rw-r--r--dev-perl/mod_perl/mod_perl-1.27.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/mod_perl/ChangeLog b/dev-perl/mod_perl/ChangeLog
index 606fe9fb7536..fa8df623c807 100644
--- a/dev-perl/mod_perl/ChangeLog
+++ b/dev-perl/mod_perl/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-perl/mod_perl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/ChangeLog,v 1.6 2002/08/01 22:57:19 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/ChangeLog,v 1.7 2002/09/09 21:53:26 mcummings Exp $
*mod_perl-1.27 (20 Jun 2002)
+ 9 Sep 2002; <mcummings@gentoo.org> mod_perl-1.27.ebuikd :
+ Corrected build syntax
+
1 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> mod_perl-1.27.ebuild :
Added ppc to KEYWORDS.
diff --git a/dev-perl/mod_perl/mod_perl-1.27.ebuild b/dev-perl/mod_perl/mod_perl-1.27.ebuild
index a287b41e2f28..dbd8c23aca06 100644
--- a/dev-perl/mod_perl/mod_perl-1.27.ebuild
+++ b/dev-perl/mod_perl/mod_perl-1.27.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/mod_perl/mod_perl-1.27.ebuild,v 1.6 2002/08/14 04:32:35 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.27.ebuild,v 1.7 2002/09/09 21:53:26 mcummings Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A Perl Module for Apache"
@@ -16,6 +16,7 @@ DEPEND="sys-devel/perl
src_compile() {
perl Makefile.PL USE_APXS=1 \
+ PREFIX=${D}/usr \
WITH_APXS=/usr/sbin/apxs EVERYTHING=1
cp Makefile Makefile.orig
@@ -26,6 +27,7 @@ src_compile() {
src_install () {
make \
PREFIX=${D}/usr \
+ INSTALLMAN1DIR=${D}/usr/share/man/man1 \
INSTALLMAN3DIR=${D}/usr/share/man/man3 \
install || die