summaryrefslogtreecommitdiff
path: root/package/monit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-04 18:54:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-04 18:54:17 +0100
commitd6ece55d4e8e48cc015450e167d3f6daf796a06f (patch)
tree21b792ee5a2f6c5c1fbbee3637b68946991cbfae /package/monit
parent9dc3b4f12ebc62d046ea7495abcf6eb85f7c577c (diff)
style fixes
Diffstat (limited to 'package/monit')
-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