1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/icecast2/files/patch-conf-Makefile.in
Sunpoet Po-Chuan Hsieh 055365c2db - Add my LOCAL to MASTER_SITES
- Convert to new LIB_DEPENDS format
- Convert to new options framework
- Pet portlint: move LICENSE upward
- Use DATADIR
- Use PORTDOCS macro
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Simplify regex
- Cosmetic change
2013-09-02 17:18:59 +00:00

13 lines
503 B
Plaintext

--- conf/Makefile.in.orig 2008-05-30 08:58:57.000000000 +0900
+++ conf/Makefile.in 2010-05-14 17:36:16.000000000 +0900
@@ -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