diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-02-21 01:02:15 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-02-21 01:02:15 +0000 |
commit | 3cae0d6355ed64706c024aad6e83c44dbcae2ea2 (patch) | |
tree | 8295b9bb0139e94006aefc1001bca54f03e53d78 /sysutils/monit | |
parent | 70f1b8b401c3a0cf67efbce689b3cd80edf4d88e (diff) | |
download | ports-3cae0d6355ed64706c024aad6e83c44dbcae2ea2.tar.gz ports-3cae0d6355ed64706c024aad6e83c44dbcae2ea2.zip |
Notes
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 18 | ||||
-rw-r--r-- | sysutils/monit/distinfo | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index ce550a932a09..4fdf6bf385dc 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.6 +PORTVERSION= 5.7 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring -MAN1= monit.1 +LICENSE= GPLV3 +LICENSE_FILE= COPYING GNU_CONFIGURE= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake USE_RC_SUBR= ${PORTNAME} CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ @@ -23,13 +23,13 @@ OPTIONS_DEFINE= SSL OPTIONS_DEFAULT= SSL PLIST_FILES= bin/monit \ - etc/monitrc.sample + etc/monitrc.sample \ + man/man1/monit.1.gz SUB_FILES= pkg-message PORTDOCS= CHANGES COPYING README -NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MSSL} @@ -37,10 +37,10 @@ CONFIGURE_ARGS+= --without-ssl .endif post-install: - ${INSTALL} -m 600 ${WRKSRC}/monitrc ${PREFIX}/etc/monitrc.sample + ${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample .if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${DOCSDIR} + ${INSTALL} -d ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} diff --git a/sysutils/monit/distinfo b/sysutils/monit/distinfo index 882cf97c706d..04f59d958b16 100644 --- a/sysutils/monit/distinfo +++ b/sysutils/monit/distinfo @@ -1,2 +1,2 @@ -SHA256 (monit-5.6.tar.gz) = 38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d -SIZE (monit-5.6.tar.gz) = 1263370 +SHA256 (monit-5.7.tar.gz) = bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2 +SIZE (monit-5.7.tar.gz) = 1266763 |