diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-27 11:39:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-27 11:39:28 +0000 |
commit | a0dfb7f448aeb2a70e07ff221f650aba06399134 (patch) | |
tree | 1f8543d53bbb59fab3da093c58876404ec684d7b /dev-php | |
parent | readline configure flag fix (diff) | |
download | historical-a0dfb7f448aeb2a70e07ff221f650aba06399134.tar.gz historical-a0dfb7f448aeb2a70e07ff221f650aba06399134.tar.bz2 historical-a0dfb7f448aeb2a70e07ff221f650aba06399134.zip |
no ChangeLogs to dodoc
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/php-4.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php/php-4.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/php/php-4.2.2-r1.ebuild b/dev-php/php/php-4.2.2-r1.ebuild index 8206c1acb3a1..a3f853791719 100644 --- a/dev-php/php/php-4.2.2-r1.ebuild +++ b/dev-php/php/php-4.2.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.10 2002/09/27 11:32:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.11 2002/09/27 11:39:28 seemant Exp $ MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -182,7 +182,7 @@ src_install() { dodoc CODING_STANDARDS LICENSE EXTENSIONS dodoc RELEASE_PROCESS README.* TODO NEWS - dodoc ChangeLog* *.txt + dodoc *.txt exeinto /usr/bin doexe php diff --git a/dev-php/php/php-4.2.3.ebuild b/dev-php/php/php-4.2.3.ebuild index f05d5a0cb7cc..857b8cfd2813 100644 --- a/dev-php/php/php-4.2.3.ebuild +++ b/dev-php/php/php-4.2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.2 2002/09/13 05:39:01 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.3 2002/09/27 11:39:28 seemant Exp $ MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -89,7 +89,7 @@ src_compile() { local myconf - use readline && myconf="${myconf} --enable-readline" + use readline && myconf="${myconf} --with-readline" use pam && myconf="${myconf} --with-pam" use nls && myconf="${myconf} --with-gettext" || myconf="${myconf} --without-gettext" use ssl && myconf="${myconf} --with-openssl" |