aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-21 13:20:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-21 13:20:53 +0000
commit3c62de722167ff20e0d64632c49bf585109fa3e0 (patch)
treed7f9f95d4fca5f13673b2eb109b5d171628f2ce7 /databases
parent7d3c1b946b47058973f4fc516c6abb2eb55cff7e (diff)
downloadports-3c62de722167ff20e0d64632c49bf585109fa3e0.tar.gz
ports-3c62de722167ff20e0d64632c49bf585109fa3e0.zip
Fix packaging
Notes
Notes: svn path=/head/; revision=371320
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>