From 80cd9e95c2e6d0f27e42ca8aabe814c331611de4 Mon Sep 17 00:00:00 2001 From: Jrabbit Date: Wed, 29 Jun 2011 03:21:51 +0000 Subject: [PATCH] too much magic. --- dev-db/redis/redis-2.9.0-git.bep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/redis/redis-2.9.0-git.bep b/dev-db/redis/redis-2.9.0-git.bep index 7a52a16a6..c4b1ac78a 100644 --- a/dev-db/redis/redis-2.9.0-git.bep +++ b/dev-db/redis/redis-2.9.0-git.bep @@ -7,12 +7,12 @@ STATUS_HAIKU="stable" # CHECKSUM_MD5= "5501c90ca02ae7ea93c34f067b3e0619" MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." BUILD { - cd redis + cd redis-2.9.0-git make PREFIX=`finddir B_COMMON_DIRECTORY` } INSTALL { - cd redis + cd redis-2.9.0-git make install PREFIX=`finddir B_COMMON_DIRECTORY` }