aboutsummaryrefslogtreecommitdiffstats
path: root/databases/redis
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2011-07-01 18:41:43 +0800
committerSergey A. Osokin <osa@FreeBSD.org>2011-07-01 18:41:43 +0800
commit8372dd4ab27931e14dab161be79e96997b63331d (patch)
treec2f99863462d0121566601bd1e95bd6b86185e3d /databases/redis
parenteb1c2e8fe7eb41b6b790b25cbdac2722af71dd11 (diff)
downloadfreebsd-ports-gnome-8372dd4ab27931e14dab161be79e96997b63331d.tar.gz
freebsd-ports-gnome-8372dd4ab27931e14dab161be79e96997b63331d.tar.zst
freebsd-ports-gnome-8372dd4ab27931e14dab161be79e96997b63331d.zip
Add back SUB_LIST variables.
Bump PORTREVISION. Reported by: Oleg Ginzburg aka olevole at olevole dot ru
Diffstat (limited to 'databases/redis')
-rw-r--r--databases/redis/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 4b607f203ed1..7803d495125d 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= redis
PORTVERSION= 2.2.11
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
@@ -34,6 +35,8 @@ REDIS_LOGDIR?= /var/log/redis
SUB_FILES= pkg-message
SUB_LIST+= PORTNAME=${PORTNAME} \
REDIS_USER=${USERS} \
+ REDIS_DBDIR=${REDIS_DBDIR} \
+ REDIS_LOGDIR=${REDIS_LOGDIR} \
REDIS_RUNDIR=${REDIS_RUNDIR}
PLIST_SUB+= REDIS_USER=${USERS} \