summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmmv <jmmv>2010-04-18 19:51:47 +0000
committerjmmv <jmmv>2010-04-18 19:51:47 +0000
commit7f10df13b17734d17dfd78f16634c1d6abb96c11 (patch)
tree40ad3573d3e3fa713110ab524a049b6c5122218e /sysutils
parentcc47e3dbc9488c33cab7ed6aa25a03956c469009 (diff)
downloadpkgsrc-7f10df13b17734d17dfd78f16634c1d6abb96c11.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