Fix whitespaces, remove needless double quotes.
This commit is contained in:
parent
ff4dae1bea
commit
9c8300f8e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301937
1 changed files with 2 additions and 2 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue