aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcache-php.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/memcache-php.rb')
-rw-r--r--Library/Formula/memcache-php.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/memcache-php.rb b/Library/Formula/memcache-php.rb
index 4c1eda638..4ca83c291 100644
--- a/Library/Formula/memcache-php.rb
+++ b/Library/Formula/memcache-php.rb
@@ -1,12 +1,12 @@
require 'formula'
class MemcachePhp < Formula
- url 'http://pecl.php.net/get/memcache-2.2.6.tgz'
homepage 'http://pecl.php.net/package/memcache'
+ url 'http://pecl.php.net/get/memcache-2.2.6.tgz'
md5 '9542f1886b72ffbcb039a5c21796fe8a'
def install
- Dir.chdir "memcache-#{version}" do
+ cd "memcache-#{version}" do
system "phpize"
system "./configure", "--prefix=#{prefix}"
system "make"