mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
18 lines
528 B
Text
18 lines
528 B
Text
--- data/Makefile.am.orig 2019-07-22 16:24:44 UTC
|
|
+++ data/Makefile.am
|
|
@@ -1,6 +1,7 @@
|
|
|
|
NULL =
|
|
|
|
+if ENABLE_DAEMON
|
|
SUBDIRS = tmpfiles.d
|
|
|
|
dbusservicedir = $(datadir)/dbus-1/system-services
|
|
@@ -36,6 +37,7 @@ polkit_DATA = $(polkit_in_files:.policy.in=.polic
|
|
|
|
$(polkit_DATA): $(polkit_in_files)
|
|
$(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
|
|
+endif
|
|
|
|
completionsdir = $(datadir)/bash-completion/completions
|
|
completions_DATA = \
|