diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-24 10:18:30 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-24 10:18:30 +0000 |
commit | 94bb222cc41499221e975e5293f9f657eb7fb905 (patch) | |
tree | 2f49cf9f14827d352bc7ee2395fd482b6a01c675 /dev-php/php | |
parent | update again. (diff) | |
download | historical-94bb222cc41499221e975e5293f9f657eb7fb905.tar.gz historical-94bb222cc41499221e975e5293f9f657eb7fb905.tar.bz2 historical-94bb222cc41499221e975e5293f9f657eb7fb905.zip |
commit of partially broken file before i sleep
Diffstat (limited to 'dev-php/php')
-rw-r--r-- | dev-php/php/Manifest | 2 | ||||
-rw-r--r-- | dev-php/php/php-4.3.1-r2.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-php/php/Manifest b/dev-php/php/Manifest index fc13838b1f9a..b7d4c10bff25 100644 --- a/dev-php/php/Manifest +++ b/dev-php/php/Manifest @@ -2,7 +2,7 @@ MD5 2071da4985799320229b39c26c53940d php-4.3.1-r1.ebuild 8142 MD5 c06db8bbd5bb6030cc4f41c35a7bfc67 php-4.3.0-r4.ebuild 8032 MD5 32e507e008f3a07bf40463b7e8b0d1fe php-4.3.0-r3.ebuild 6737 MD5 70c4aff8641931b5be8397696e68d520 php-4.3.1.ebuild 8189 -MD5 132af40af8d5abc6238c3344b6d144f1 php-4.3.1-r2.ebuild 2509 +MD5 d649d57fea3e088bc228adf838564d27 php-4.3.1-r2.ebuild 2437 MD5 f66cf0479ac7418a6fec6487aeb32f9f ChangeLog 6301 MD5 3604218eee0ba5f7a1eac325de001eb1 files/digest-php-4.3.0-r3 63 MD5 3604218eee0ba5f7a1eac325de001eb1 files/digest-php-4.3.0-r4 63 diff --git a/dev-php/php/php-4.3.1-r2.ebuild b/dev-php/php/php-4.3.1-r2.ebuild index b07e160bf3de..76867d689b07 100644 --- a/dev-php/php/php-4.3.1-r2.ebuild +++ b/dev-php/php/php-4.3.1-r2.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-r2.ebuild,v 1.1 2003/04/23 10:04:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r2.ebuild,v 1.2 2003/04/24 10:18:20 robbat2 Exp $ inherit php eutils @@ -33,10 +33,9 @@ src_compile() { src_install() { + installtargets="${installtargets} install-cli" php_src_install - make INSTALL_ROOT=${D} install-cli install-pear install-headers install-programs install-modules install-build || die - # php executable is located in ./sapi/cli/ cp sapi/cli/php . exeinto /usr/bin |