diff options
author | marcus <marcus@FreeBSD.org> | 2008-08-10 01:00:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-08-10 01:00:06 +0800 |
commit | d69ac34ef0a49f03ec1238809befc94787b33389 (patch) | |
tree | 73e9b3b896ab82cef5f1571ecccd50f801e1ee5f /sysutils | |
parent | 4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08 (diff) | |
download | freebsd-ports-gnome-d69ac34ef0a49f03ec1238809befc94787b33389.tar.gz freebsd-ports-gnome-d69ac34ef0a49f03ec1238809befc94787b33389.tar.zst freebsd-ports-gnome-d69ac34ef0a49f03ec1238809befc94787b33389.zip |
Correct a typo, and make sure etc/ConsoleKit/run-session.d is created
during package creation.
Reported by: Zyl on #freebsd-gnome
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolekit/Makefile | 2 | ||||
-rw-r--r-- | sysutils/consolekit/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 02b34fbbfdc6..83d65e6aa8ec 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -7,7 +7,7 @@ PORTNAME= consolekit PORTVERSION= 0.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://people.freedesktop.org/~mccann/dist/ DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX} diff --git a/sysutils/consolekit/pkg-plist b/sysutils/consolekit/pkg-plist index 4b75734214b4..ccd01266314e 100644 --- a/sysutils/consolekit/pkg-plist +++ b/sysutils/consolekit/pkg-plist @@ -19,7 +19,7 @@ libexec/ck-get-x11-server-pid sbin/console-kit-daemon share/PolicyKit/policy/ConsoleKit.policy share/dbus-1/system-services/org.freedesktop.ConsoleKit.service -@exec %D/etc/ConsoleKit/run-session.d +@exec mkdir -p %D/etc/ConsoleKit/run-session.d @exec mkdir -p %D/lib/ConsoleKit/run-session.d @dirrm lib/ConsoleKit/scripts @dirrmtry lib/ConsoleKit/run-session.d |