diff options
author | 2003-02-24 21:49:02 +0000 | |
---|---|---|
committer | 2003-02-24 21:49:02 +0000 | |
commit | 58d4aa3184d3240b801605035000bd03e6934bcf (patch) | |
tree | 184a06e53af4997ababc8f34283db6d14206978d /dev-php/php | |
parent | bump (diff) | |
download | gentoo-2-58d4aa3184d3240b801605035000bd03e6934bcf.tar.gz gentoo-2-58d4aa3184d3240b801605035000bd03e6934bcf.tar.bz2 gentoo-2-58d4aa3184d3240b801605035000bd03e6934bcf.zip |
same as before
Diffstat (limited to 'dev-php/php')
-rw-r--r-- | dev-php/php/php-4.3.1-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-php/php/php-4.3.1-r1.ebuild b/dev-php/php/php-4.3.1-r1.ebuild index 64ffed57ef2f..e931de94dff2 100644 --- a/dev-php/php/php-4.3.1-r1.ebuild +++ b/dev-php/php/php-4.3.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r1.ebuild,v 1.1 2003/02/24 21:45:00 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r1.ebuild,v 1.2 2003/02/24 21:48:25 rphillips Exp $ IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -189,7 +189,7 @@ src_compile() { src_install() { addwrite /usr/share/snmp/mibs/.index - make INSTALL_ROOT=${D} install-cli install-pear install-headers install-programs install-modules || die + make INSTALL_ROOT=${D} install-cli install-pear install-headers install-programs install-modules install-build || die dodoc CODING_STANDARDS LICENSE EXTENSIONS dodoc RELEASE_PROCESS README.* TODO NEWS @@ -206,10 +206,6 @@ src_install() { doexe ${S}/pear/scripts/php-config doexe ${S}/pear/scripts/phpextdist - mkdir ${D}/usr/lib/php/build - insinto /usr/lib/php/build - doins build/* pear/pear.m4 acinclude.m4 configure.in Makefile.global scan_makefile_in.awk - # Support for Java extension # # 1. install php_java.jar file into /etc/php4/lib directory |