diff options
author | Lars Engels <lme@FreeBSD.org> | 2015-08-12 21:01:07 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2015-08-12 21:01:07 +0000 |
commit | d1e3b64213156ed5a7c0494b66e01a8cf36dbb91 (patch) | |
tree | 31bbc9eef4e44557c3d9e4eb26bb307ce3dc5f74 /net-mgmt/icinga-classicweb/files/patch-Makefile.in | |
parent | - Add LICENSE_FILE (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=394038
Diffstat (limited to 'net-mgmt/icinga-classicweb/files/patch-Makefile.in')
-rw-r--r-- | net-mgmt/icinga-classicweb/files/patch-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/icinga-classicweb/files/patch-Makefile.in b/net-mgmt/icinga-classicweb/files/patch-Makefile.in new file mode 100644 index 000000000000..5b5536e762b6 --- /dev/null +++ b/net-mgmt/icinga-classicweb/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- 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 |