summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2015-07-25 15:39:09 +0000
committerLars Engels <lme@FreeBSD.org>2015-07-25 15:39:09 +0000
commit7b4a8a0a64afb8ef80b92627e3cf463783f42845 (patch)
tree9da6bdfed8bb0f5ca3f636d9668ef15742f828d8 /net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
parentFix a typo: LICENSE_FILES -> LICENSE_FILE (should be part of r392887). (diff)
- Update to 1.13.3
- Remove no longer needed patches or convert them to use ${REINPLACE_CMD} - Without the patches autoconf is obsolete - Install Apache 2.x sample config to apache2 subdir - Do some more s/Linux/${OPSYS}/ in the sample config files - Set mode for the CGIs in plist Committed from: Essen FreeBSD Hackathon
Diffstat (limited to '')
-rw-r--r--net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in b/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
deleted file mode 100644
index 52c5b3fa3111..000000000000
--- a/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- module/idoutils/src/Makefile.in.orig 2014-03-13 11:46:50.000000000 +0100
-+++ module/idoutils/src/Makefile.in 2014-03-13 21:49:22.738303979 +0100
-@@ -113,8 +113,8 @@ distclean: clean
- devclean: distclean
-
- install:
-- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
-- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)
-+ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
-+ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)
- $(INSTALL) -m 755 $(INSTALL_OPTS) ido2db $(DESTDIR)$(BINDIR)
- $(INSTALL) -m 755 $(INSTALL_OPTS) log2ido $(DESTDIR)$(BINDIR)
- $(INSTALL) -m 755 $(INSTALL_OPTS) idomod.so $(DESTDIR)$(LIBDIR)