Make sure /var/log/ConsoleKit/history is created.

This commit is contained in:
Joe Marcus Clarke 2008-10-18 05:08:48 +00:00
parent 07f2333feb
commit 8a3a4d01ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221727

View file

@ -7,7 +7,7 @@
PORTNAME= consolekit
PORTVERSION= 0.2.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils gnome
MASTER_SITES= http://people.freedesktop.org/~mccann/dist/
DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX}
@ -35,5 +35,6 @@ post-install:
${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-server-pid \
${PREFIX}/libexec/ck-get-x11-server-pid
${MKDIR} /var/log/ConsoleKit
${TOUCH} /var/log/ConsoleKit/history
.include <bsd.port.mk>