mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Don't install the config file.
Requested by: kris Submitted by: Daniel O'Connor (maintainer)
This commit is contained in:
parent
6ac0b6c167
commit
5aad167b56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187082
11
comms/lirc/files/patch-daemons::Makefile.in
Normal file
11
comms/lirc/files/patch-daemons::Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- daemons/Makefile.in.orig Sat Mar 10 17:14:33 2007
|
||||
+++ daemons/Makefile.in Sat Mar 10 17:14:45 2007
|
||||
@@ -919,8 +919,6 @@
|
||||
@SANDBOXED_FALSE@@USE_FIFOS_FALSE@uninstall-local: rmdev
|
||||
|
||||
install-data-local:
|
||||
- test "$(lircd_conf)" = "" || test -e $(DESTDIR)$(sysconfdir)/lircd.conf || ($(mkinstalldirs) $(DESTDIR)$(sysconfdir) && $(INSTALL_DATA) $(top_srcdir)/remotes/$(lircd_conf) $(DESTDIR)$(sysconfdir)/lircd.conf)
|
||||
- test "$(lircmd_conf)" = "" || test -e $(DESTDIR)$(sysconfdir)/lircmd.conf || ($(mkinstalldirs) $(DESTDIR)$(sysconfdir) && $(INSTALL_DATA) $(top_srcdir)/remotes/$(lircmd_conf) $(DESTDIR)$(sysconfdir)/lircmd.conf)
|
||||
|
||||
mkdev:
|
||||
test -e $(DESTDIR)$(devdir)/lircd || ($(mkinstalldirs) $(DESTDIR)$(devdir) && @mknod@ $(DESTDIR)$(devdir)/lircd p)
|
Loading…
Reference in New Issue
Block a user