ports/net-mgmt/icinga-classicweb/files/patch-Makefile.in
Lars Engels d1e3b64213 - Split the Icinga port into two separate ports. One for the backend, one for the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other two ports.
- Add an UPDATING entry for above changes.
- Bump PORTREVISION

Reviewed by:	bapt
2015-08-12 21:01:07 +00:00

13 lines
598 B
Text

--- Makefile.in.orig 2015-07-26 15:18:51 UTC
+++ Makefile.in
@@ -425,8 +425,8 @@ install-basic:
install-cgiconf:
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg
- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg
+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg.sample
+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg.sample
install-config: install-cgiconf