diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 21:44:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 21:44:38 +0000 |
commit | 83d13261acc52a62588aedacb0ab3b4a0acc7106 (patch) | |
tree | d3b09d9028e8d4a122bbb1a49dd54cd4bdc163a9 | |
parent | 27be278e7e5f8c731d90d29fa2939e0d52dd6b25 (diff) | |
download | ports-83d13261acc52a62588aedacb0ab3b4a0acc7106.tar.gz ports-83d13261acc52a62588aedacb0ab3b4a0acc7106.zip |
Notes
-rw-r--r-- | sysutils/monitord/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile index 0327055e9ad7..f119c1153645 100644 --- a/sysutils/monitord/Makefile +++ b/sysutils/monitord/Makefile @@ -5,11 +5,13 @@ PORTNAME= monitord PORTVERSION= 0.4.1 PORTREVISION= 3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ CENKES +MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ MAINTAINER= ports@FreeBSD.org COMMENT= Service that restarts other standalone services +BROKEN= No public distfiles + USE_RC_SUBR= monitord post-patch: |