summaryrefslogtreecommitdiff
path: root/databases/redis-devel
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-08-03 04:24:58 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2012-08-03 04:24:58 +0000
commit9c8300f8e9facb68ad815e44c3b7011651e25840 (patch)
tree249df923f8b99e0b4a5343f03484191844f7bb12 /databases/redis-devel
parentAdd license. (diff)
Fix whitespaces, remove needless double quotes.
Notes
Notes: svn path=/head/; revision=301937
Diffstat (limited to 'databases/redis-devel')
-rw-r--r--databases/redis-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 5fa4b800e64e..ef436b858f38 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -39,13 +39,13 @@ REDIS_RUNDIR?= /var/run/redis
REDIS_LOGDIR?= /var/log/redis
SUB_FILES= pkg-message
-SUB_LIST+= PORTNAME="${PORTNAME}" \
+SUB_LIST+= PORTNAME=${PORTNAME} \
REDIS_USER=${USERS} \
REDIS_DBDIR=${REDIS_DBDIR} \
REDIS_LOGDIR=${REDIS_LOGDIR} \
REDIS_RUNDIR=${REDIS_RUNDIR}
-PLIST_SUB+= REDIS_USER=${USERS} \
+PLIST_SUB+= REDIS_USER=${USERS} \
REDIS_GROUP=${GROUPS} \
REDIS_LOGDIR=${REDIS_LOGDIR} \
REDIS_DBDIR=${REDIS_DBDIR} \