svn commit: r371320 - head/databases/pgbouncer

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 21 13:20:54 UTC 2014


Author: bapt
Date: Tue Oct 21 13:20:53 2014
New Revision: 371320
URL: https://svnweb.freebsd.org/changeset/ports/371320
QAT: https://qat.redports.org/buildarchive/r371320/

Log:
  Fix packaging

Modified:
  head/databases/pgbouncer/Makefile

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Tue Oct 21 12:17:39 2014	(r371319)
+++ head/databases/pgbouncer/Makefile	Tue Oct 21 13:20:53 2014	(r371320)
@@ -56,5 +56,7 @@ do-install:
 		${STAGEDIR}${PREFIX}/etc/pgbouncer.ini.sample
 	${INSTALL_DATA} ${WRKSRC}/etc/userlist.txt \
 		${STAGEDIR}${PREFIX}/etc/pgbouncer.users.sample
+	@${MKDIR} ${STAGEDIR}${PGBOUNCER_RUNDIR} \
+		${STAGEDIR}${PGBOUNCER_LOGDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list