diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-04 12:54:31 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-04 12:54:31 +0000 |
commit | 47925d533e5503d7d15352ae9aee968b3751f438 (patch) | |
tree | 602e98e2961e19ba2d2cf49f7d79ff1d4a1de590 /dev-perl/mod_perl | |
parent | *** empty log message *** (diff) | |
download | historical-47925d533e5503d7d15352ae9aee968b3751f438.tar.gz historical-47925d533e5503d7d15352ae9aee968b3751f438.tar.bz2 historical-47925d533e5503d7d15352ae9aee968b3751f438.zip |
Modified to work with the new perl package
Diffstat (limited to 'dev-perl/mod_perl')
-rw-r--r-- | dev-perl/mod_perl/mod_perl-1.24.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/mod_perl/mod_perl-1.24.ebuild b/dev-perl/mod_perl/mod_perl-1.24.ebuild index f62fb3023333..e6ebcc8bec30 100644 --- a/dev-perl/mod_perl/mod_perl-1.24.ebuild +++ b/dev-perl/mod_perl/mod_perl-1.24.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/mod_perl/mod_perl-1.24.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.24.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=mod_perl-1.24 A=${P}.tar.gz @@ -20,7 +20,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 src_compile() { cd ${S} - perl Makefile.PL NO_HTTPD=1 $PERLINSTALL + perl Makefile.PL NO_HTTPD=1 try make cd src/modules/perl apxs -c -I /usr/lib/perl5/5.6.0/i686-linux-thread-multi/CORE mod_perl.c @@ -29,8 +29,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install cd src/modules/perl insinto /usr/lib/apache doins mod_perl.so |