- 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:
Steve Wills 2014-06-08 23:53:00 +00:00
parent 7bf356c3b2
commit a7fc988684
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357079

View file

@ -46,7 +46,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
.include <bsd.port.pre.mk>
SUB_LIST+= PGBOUNCER_USER="${USERS}" \
PLIST_SUB+= PGBOUNCER_USER="${USERS}" \
PGBOUNCER_GROUP="${GROUPS}" \
PGBOUNCER_LOGDIR="${PGBOUNCER_LOGDIR}" \
PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}"