Add back SUB_LIST variables.
Bump PORTREVISION. Reported by: Oleg Ginzburg aka olevole at olevole dot ru
This commit is contained in:
parent
eb1c2e8fe7
commit
8372dd4ab2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276777
1 changed files with 3 additions and 0 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue