mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- 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
13 lines
598 B
Text
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
|