mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
055365c2db
- 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
13 lines
503 B
Plaintext
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
|