diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-10-18 05:08:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-10-18 05:08:48 +0000 |
commit | 8a3a4d01ab5715d21c9a1f3d93bda3f4be1fa9b3 (patch) | |
tree | e68ef93b23c9618b93fc37d157a33403a5989030 /sysutils/consolekit | |
parent | 07f2333feb5dade5ac795cda746ca0e4b6740345 (diff) | |
download | ports-8a3a4d01ab5715d21c9a1f3d93bda3f4be1fa9b3.tar.gz ports-8a3a4d01ab5715d21c9a1f3d93bda3f4be1fa9b3.zip |
Make sure /var/log/ConsoleKit/history is created.
Notes
Notes:
svn path=/head/; revision=221727
Diffstat (limited to 'sysutils/consolekit')
-rw-r--r-- | sysutils/consolekit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 83d65e6aa8ec..99380b6056c2 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -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> |