diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-09-11 17:05:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-09-11 17:05:52 +0000 |
commit | a70c225bd9c966a06793961f87c353689cd4f3bd (patch) | |
tree | adcdc0c2bd8340a125c18abfced35c86bfb3eec0 /dev-php/PEAR-Log/PEAR-Log-1.2.ebuild | |
parent | fix bug #28421 (diff) | |
download | gentoo-2-a70c225bd9c966a06793961f87c353689cd4f3bd.tar.gz gentoo-2-a70c225bd9c966a06793961f87c353689cd4f3bd.tar.bz2 gentoo-2-a70c225bd9c966a06793961f87c353689cd4f3bd.zip |
fix bug #28168.
Diffstat (limited to 'dev-php/PEAR-Log/PEAR-Log-1.2.ebuild')
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild index aebae3752c4c..4f6e7622ba9a 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild @@ -2,16 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: -P=${PN/PEAR-//}-${PV} +MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets." HOMEPAGE="http://pear.php.net/package-info.php?pacid=8" -SRC_URI="http://pear.php.net/get/${P}.tgz" +SRC_URI="http://pear.php.net/get/${MY_P}.tgz" LICENSE="PHP" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/php" RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} +S=${WORKDIR}/${MY_P} src_install () { insinto /usr/lib/php/ |