aboutsummaryrefslogtreecommitdiff
path: root/comms/lirc
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2007-03-10 23:10:21 +0000
committerGreg Lehey <grog@FreeBSD.org>2007-03-10 23:10:21 +0000
commit5aad167b568058041e344e0277b4c3ab9242d96d (patch)
tree3e5d5d7e240d86adb321e50a4677205599d4a66a /comms/lirc
parent6ac0b6c167b20aa007320dc7bdad50dbf70f835f (diff)
downloadports-5aad167b568058041e344e0277b4c3ab9242d96d.tar.gz
ports-5aad167b568058041e344e0277b4c3ab9242d96d.zip
Don't install the config file.
Requested by: kris Submitted by: Daniel O'Connor (maintainer)
Notes
Notes: svn path=/head/; revision=187082
Diffstat (limited to 'comms/lirc')
-rw-r--r--comms/lirc/files/patch-daemons::Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/lirc/files/patch-daemons::Makefile.in b/comms/lirc/files/patch-daemons::Makefile.in
new file mode 100644
index 000000000000..fd8d8553d4a7
--- /dev/null
+++ b/comms/lirc/files/patch-daemons::Makefile.in
@@ -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)