diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-10-26 14:43:27 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-10-26 14:43:27 +0000 |
commit | deb1b68c1dc7dab02c1dfe9409feaf4fd266a40c (patch) | |
tree | eb112831b931da2355ed43d28dcf5eb645837d0e | |
parent | 68a67c7f0f94f36d05ffaa34b9afc9315376776f (diff) | |
download | ports-deb1b68c1dc7dab02c1dfe9409feaf4fd266a40c.tar.gz ports-deb1b68c1dc7dab02c1dfe9409feaf4fd266a40c.zip |
Notes
-rw-r--r-- | databases/beansdb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/beansdb/Makefile b/databases/beansdb/Makefile index 5a75d9781daa..fc0d2ae35df1 100644 --- a/databases/beansdb/Makefile +++ b/databases/beansdb/Makefile @@ -7,12 +7,11 @@ PORTNAME= beansdb PORTVERSION= 0.5.3 -PORTREVISION= 0 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= qingfeng@douban.com -COMMENT= Yet anonther distributed key-value storage system from Douban Inc +COMMENT= Yet another distributed key-value storage system from Douban Inc GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_LIBS} |