mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
452 B
Text
12 lines
452 B
Text
--- conf/Makefile.in.orig 2014-02-18 01:46:17 UTC
|
|
+++ conf/Makefile.in
|
|
@@ -459,8 +459,7 @@ uninstall-am: uninstall-docDATA
|
|
|
|
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
|
|
|
|
uninstall-hook:
|
|
-rm -f $(DESTDIR)$(sysconfdir)/icecast.xml
|