diff options
author | jmmv <jmmv@pkgsrc.org> | 2010-04-18 19:51:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2010-04-18 19:51:47 +0000 |
commit | 06b1a0ea5ca41279c813fc182ce137846984cd7d (patch) | |
tree | 40ad3573d3e3fa713110ab524a049b6c5122218e /sysutils | |
parent | f98352d8a49e9b25d3a6629fa2ca2593ea5f4120 (diff) | |
download | pkgsrc-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/Makefile | 4 | ||||
-rw-r--r-- | sysutils/consolekit/PLIST | 3 |
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 |