diff options
author | grog <grog@FreeBSD.org> | 2007-03-11 07:10:21 +0800 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2007-03-11 07:10:21 +0800 |
commit | 56babdbae05a72d9634f8d330bdccf60c217374a (patch) | |
tree | 106d532c92a578c246e5074471076318210798d7 /comms | |
parent | e7296a449d9d072a308c0636a09c70b699b5f6d4 (diff) | |
download | freebsd-ports-graphics-56babdbae05a72d9634f8d330bdccf60c217374a.tar.gz freebsd-ports-graphics-56babdbae05a72d9634f8d330bdccf60c217374a.tar.zst freebsd-ports-graphics-56babdbae05a72d9634f8d330bdccf60c217374a.zip |
Don't install the config file.
Requested by: kris
Submitted by: Daniel O'Connor (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lirc/files/patch-daemons::Makefile.in | 11 |
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 00000000000..fd8d8553d4a --- /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) |