summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2010-04-18 19:51:47 +0000
committerjmmv <jmmv@pkgsrc.org>2010-04-18 19:51:47 +0000
commit06b1a0ea5ca41279c813fc182ce137846984cd7d (patch)
tree40ad3573d3e3fa713110ab524a049b6c5122218e /sysutils
parentf98352d8a49e9b25d3a6629fa2ca2593ea5f4120 (diff)
downloadpkgsrc-06b1a0ea5ca41279c813fc182ce137846984cd7d.tar.gz
Do not create etc/ConsoleKit/seats.d/ inside prefix during install. This
is automatically done by the installation scripts by creating the directory inside sysconfdir (where it belongs). Other than removing an unecessary directory creation, this prevents leaving a directory behind upon package removal. Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/consolekit/Makefile4
-rw-r--r--sysutils/consolekit/PLIST3
2 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile
index 58dc883bec6..76c33708bd6 100644
--- a/sysutils/consolekit/Makefile
+++ b/sysutils/consolekit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2010/01/24 17:11:19 heinz Exp $
+# $NetBSD: Makefile,v 1.11 2010/04/18 19:51:47 jmmv Exp $
#
CONSOLEKIT_VER= 0.3.0
DISTNAME= ConsoleKit-${CONSOLEKIT_VER}
PKGNAME= consolekit-${CONSOLEKIT_VER}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://people.freedesktop.org/~mccann/dist/
EXTRACT_SUFX= .tar.bz2
diff --git a/sysutils/consolekit/PLIST b/sysutils/consolekit/PLIST
index 507773cf3b6..caeb4d9068c 100644
--- a/sysutils/consolekit/PLIST
+++ b/sysutils/consolekit/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 21:28:47 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2010/04/18 19:51:47 jmmv Exp $
bin/ck-history
bin/ck-launch-session
bin/ck-list-sessions
@@ -22,4 +22,3 @@ share/dbus-1/system-services/org.freedesktop.ConsoleKit.service
share/examples/consolekit/ConsoleKit.conf
share/examples/consolekit/00-primary.seat
@pkgdir lib/ConsoleKit/run-session.d
-@exec ${MKDIR} %D/etc/ConsoleKit/seats.d