mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix minor issue from previous commit by changing from SUB_LIST to PLIST_SUB
PR: 189787 Reported by: Mikhail Tatsenko <m.tsatsenko@gmail.com> (maintainer) Pointyhat to: swills
This commit is contained in:
parent
7bf356c3b2
commit
a7fc988684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357079
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
SUB_LIST+= PGBOUNCER_USER="${USERS}" \
|
PLIST_SUB+= PGBOUNCER_USER="${USERS}" \
|
||||||
PGBOUNCER_GROUP="${GROUPS}" \
|
PGBOUNCER_GROUP="${GROUPS}" \
|
||||||
PGBOUNCER_LOGDIR="${PGBOUNCER_LOGDIR}" \
|
PGBOUNCER_LOGDIR="${PGBOUNCER_LOGDIR}" \
|
||||||
PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}"
|
PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue