summaryrefslogtreecommitdiff
path: root/package/monit/patches/patch-Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
commit084c175e59e9ea61c68154ad9982adcd918cbfcf (patch)
treee7919bb0660b8598855a45e6c56709cfc856f54d /package/monit/patches/patch-Makefile_in
parent838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/monit/patches/patch-Makefile_in')
-rw-r--r--package/monit/patches/patch-Makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/monit/patches/patch-Makefile_in b/package/monit/patches/patch-Makefile_in
deleted file mode 100644
index fd01136fd..000000000
--- a/package/monit/patches/patch-Makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- monit-5.0.3.orig/Makefile.in 2009-05-25 21:02:56.000000000 +0200
-+++ monit-5.0.3/Makefile.in 2009-06-19 21:30:29.000000000 +0200
-@@ -36,7 +36,7 @@ MODE_CONF = 600
- MODE_DIRS = 755
-
- INSTALL = @INSTALL@
--INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS) -s
-+INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS)
- INSTALL_FILE = $(INSTALL) -m $(MODE_FILES)
- INSTALL_DIR = $(INSTALL) -m $(MODE_DIRS) -d
-