diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-06-28 20:01:00 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-06-28 20:01:00 +0000 |
commit | fc1271702e7de64e1ebd043ccb0406b99760c653 (patch) | |
tree | 38ea862e75ee2a8f00aaf7f3eb3d8d4ee9047921 /eclass/php.eclass | |
parent | fixed patch location (diff) | |
download | historical-fc1271702e7de64e1ebd043ccb0406b99760c653.tar.gz historical-fc1271702e7de64e1ebd043ccb0406b99760c653.tar.bz2 historical-fc1271702e7de64e1ebd043ccb0406b99760c653.zip |
php.net does that, not php :)
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index a078aab7ae13..aeffffe911d9 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.60 2003/06/26 20:35:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.61 2003/06/28 20:01:00 coredumb Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -28,7 +28,7 @@ S=${WORKDIR}/${MY_P} [ -z "$HOMEPAGE" ] && HOMEPAGE="http://www.php.net/" [ -z "$LICENSE" ] && LICENSE="PHP" [ -z "$PROVIDE" ] && PROVIDE="virtual/php" -# PHP does automatic mirroring from this URI +# PHP.net does automatic mirroring from this URI if [ -z "$SRC_URI" ]; then SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2" #Remove the DB4 stuff temporarily |