summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-13 17:32:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-13 17:32:26 +0000
commit8e572299a8c0edc92892c2a40a44f41c269a497e (patch)
tree1283dc251dd7a8ed8d16db58c5d796c8e4d356b2
parentx11/darkman: unbreak autostart via DBus activation (diff)
x11/darkman: simplify installation of dbus services
-rw-r--r--x11/darkman/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/darkman/Makefile b/x11/darkman/Makefile
index 7df4165782db..3e040bc1a506 100644
--- a/x11/darkman/Makefile
+++ b/x11/darkman/Makefile
@@ -47,9 +47,7 @@ post-patch:
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services
- ${INSTALL_DATA} ${WRKSRC}/contrib/dbus/nl.whynothugo.darkman.service \
- ${STAGEDIR}${PREFIX}/share/dbus-1/services/
- ${INSTALL_DATA} ${WRKSRC}/contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service \
+ ${INSTALL_DATA} ${WRKSRC}/contrib/dbus/*.service \
${STAGEDIR}${PREFIX}/share/dbus-1/services/
${MKDIR} ${STAGEDIR}${PREFIX}/share/xdg-desktop-portal/portals
${INSTALL_DATA} ${WRKSRC}/contrib/portal/${PORTNAME}.portal \