svn commit: r357079 - head/databases/pgbouncer

Steve Wills swills at FreeBSD.org
Sun Jun 8 23:53:00 UTC 2014


Author: swills
Date: Sun Jun  8 23:53:00 2014
New Revision: 357079
URL: http://svnweb.freebsd.org/changeset/ports/357079
QAT: https://qat.redports.org/buildarchive/r357079/

Log:
  - Fix minor issue from previous commit by changing from SUB_LIST to PLIST_SUB
  
  PR:		189787
  Reported by:	Mikhail Tatsenko <m.tsatsenko at gmail.com> (maintainer)
  Pointyhat to:	swills

Modified:
  head/databases/pgbouncer/Makefile

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Sun Jun  8 22:23:06 2014	(r357078)
+++ head/databases/pgbouncer/Makefile	Sun Jun  8 23:53:00 2014	(r357079)
@@ -46,7 +46,7 @@ BUILD_DEPENDS+=		${LOCALBASE}/bin/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}"


More information about the svn-ports-head mailing list