summaryrefslogtreecommitdiff
path: root/package/monit/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-04 19:08:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-04 19:08:05 +0100
commit147d9ee9f93d9164931408af9ecda00eb0d4a8b2 (patch)
tree16dd9679c8be91e371f3b4612b39fc843007777e /package/monit/Makefile
parenta13a7bb1239db9093de0cec0ba35a8fabdf24ff0 (diff)
parent709e9353b40e894f7f176e68480ce5f9d46db8d5 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/monit/Makefile')
-rw-r--r--package/monit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/monit/Makefile b/package/monit/Makefile
index d507d1abc..3ba33eef1 100644
--- a/package/monit/Makefile
+++ b/package/monit/Makefile
@@ -16,14 +16,14 @@ PKG_SITES:= http://www.tildeslash.com/monit/dist/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,MONIT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,MONIT,monit,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ARGS+= --with-ssl --with-ssl-dir="${STAGING_TARGET_DIR}/usr"
-post-install:
+monit-install:
${INSTALL_DIR} ${IDIR_MONIT}/etc
- install -m0600 ${WRKBUILD}/monitrc ${IDIR_MONIT}/etc/
+ install -m0600 ${WRKBUILD}/monitrc ${IDIR_MONIT}/etc
${INSTALL_DIR} ${IDIR_MONIT}/usr/sbin
- ${INSTALL_BIN} ${WRKBUILD}/monit ${IDIR_MONIT}/usr/sbin/monit
+ ${INSTALL_BIN} ${WRKBUILD}/monit ${IDIR_MONIT}/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk