Make sure /var/log/ConsoleKit/history is created.
This commit is contained in:
parent
07f2333feb
commit
8a3a4d01ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221727
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue