View | Details | Raw Unified | Return to bug 236445
Collapse All | Expand All

(-)Makefile (+8 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	consolekit
4
PORTNAME=	consolekit
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.1
6
PORTREVISION=	1
6
CATEGORIES=	sysutils gnome
7
CATEGORIES=	sysutils gnome
7
MASTER_SITES=	https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/
8
MASTER_SITES=	https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/
8
PKGNAMESUFFIX=	2
9
PKGNAMESUFFIX=	2
Lines 39-42 Link Here
39
		--without-systemdsystemunitdir
40
		--without-systemdsystemunitdir
40
INSTALL_TARGET=	install-strip
41
INSTALL_TARGET=	install-strip
41
42
43
post-install:
44
.for script in ck-system-hibernate ck-system-hybridsleep \
45
	ck-system-restart ck-system-stop ck-system-suspend
46
	cd ${STAGEDIR}${PREFIX}/lib/ConsoleKit/scripts && \
47
		${MV} ${script} ${script}.sample
48
.endfor
49
42
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)pkg-plist (-5 / +5 lines)
Lines 9-19 Link Here
9
include/ConsoleKit/libconsolekit.h
9
include/ConsoleKit/libconsolekit.h
10
lib/ConsoleKit/scripts/ck-get-x11-display-device
10
lib/ConsoleKit/scripts/ck-get-x11-display-device
11
lib/ConsoleKit/scripts/ck-get-x11-server-pid
11
lib/ConsoleKit/scripts/ck-get-x11-server-pid
12
lib/ConsoleKit/scripts/ck-system-hibernate
12
@sample lib/ConsoleKit/scripts/ck-system-hibernate.sample
13
lib/ConsoleKit/scripts/ck-system-hybridsleep
13
@sample lib/ConsoleKit/scripts/ck-system-hybridsleep.sample
14
lib/ConsoleKit/scripts/ck-system-restart
14
@sample lib/ConsoleKit/scripts/ck-system-restart.sample
15
lib/ConsoleKit/scripts/ck-system-stop
15
@sample lib/ConsoleKit/scripts/ck-system-stop.sample
16
lib/ConsoleKit/scripts/ck-system-suspend
16
@sample lib/ConsoleKit/scripts/ck-system-suspend.sample
17
lib/girepository-1.0/libconsolekit-1.0.typelib
17
lib/girepository-1.0/libconsolekit-1.0.typelib
18
lib/libck-connector.so
18
lib/libck-connector.so
19
lib/libck-connector.so.0
19
lib/libck-connector.so.0

Return to bug 236445