aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-21 21:20:53 +0800
committerbapt <bapt@FreeBSD.org>2014-10-21 21:20:53 +0800
commit1c91532c620f88ed8b255d13d4c10a470496e372 (patch)
treed7f9f95d4fca5f13673b2eb109b5d171628f2ce7 /databases
parentb92f88810cf399d86be08ed3d43e63fc49342ca2 (diff)
downloadfreebsd-ports-gnome-1c91532c620f88ed8b255d13d4c10a470496e372.tar.gz
freebsd-ports-gnome-1c91532c620f88ed8b255d13d4c10a470496e372.tar.zst
freebsd-ports-gnome-1c91532c620f88ed8b255d13d4c10a470496e372.zip
Fix packaging
Diffstat (limited to 'databases')
-rw-r--r--databases/pgbouncer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 0e8948727dac..ea33610bc4ef 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -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>