diff options
Diffstat (limited to 'audio/icecast2/files/patch-conf-Makefile.in')
-rw-r--r-- | audio/icecast2/files/patch-conf-Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/icecast2/files/patch-conf-Makefile.in b/audio/icecast2/files/patch-conf-Makefile.in deleted file mode 100644 index 6549fe5eff62..000000000000 --- a/audio/icecast2/files/patch-conf-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- conf/Makefile.in.orig 2008-05-29 23:58:57 UTC -+++ conf/Makefile.in -@@ -407,8 +407,7 @@ - - install-data-hook: - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) -- test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \ -- $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml -+ $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml.sample - - icecast.xml.dist: $(srcdir)/icecast.xml.in - $(edit) $(srcdir)/icecast.xml.in > icecast.xml.dist |