summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 22:29:29 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 22:29:29 +0000
commitdacd3fae1731f833aece4e53f86ca4f50822f66b (patch)
treeb1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz
gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2
gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip
repoman: trim trailing whitespace
Diffstat (limited to 'dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild')
-rw-r--r--dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild b/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild
index 0d3ce5d8cdae..8de9819beeb7 100644
--- a/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild
+++ b/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild,v 1.1 2003/08/10 23:33:12 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild,v 1.2 2003/09/06 22:29:25 msterret Exp $
DESCRIPTION="PHP API for memcached"
@@ -31,7 +31,7 @@ src_compile() {
src_install() {
#Just a file to mv. cool, huh?
insinto ${APIDEST}
- doins ${S}/MemCachedClient.inc.php
+ doins ${S}/MemCachedClient.inc.php
einfo "The PHP API is installed to ${APIDEST}/MemCachedClient.inc.php"
einfo "You may want to edit your php.ini to include_path that directory"
}