diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-09 17:01:15 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-09 17:01:15 +0000 |
commit | 6551f52192c36f10d16eca5f172612e31a3da31b (patch) | |
tree | 2e0b7acc1b2104c7d26e3c7df5209fbb1208f059 /sysutils/consolekit/Makefile | |
parent | 7bf991d41c81dc7d22775ebace4a156f7c331dd2 (diff) |
Notes
Diffstat (limited to 'sysutils/consolekit/Makefile')
-rw-r--r-- | sysutils/consolekit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 745def092c11..b34473b685fc 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -3,7 +3,7 @@ PORTNAME= consolekit PORTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/ DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX} @@ -33,6 +33,5 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-server-pid \ ${STAGEDIR}${PREFIX}/libexec/ck-get-x11-server-pid @${MKDIR} ${STAGEDIR}/var/log/ConsoleKit - ${TOUCH} ${STAGEDIR}/var/log/ConsoleKit/history .include <bsd.port.mk> |