diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-03 03:19:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-03 03:19:16 +0800 |
commit | f1c83c0c667403e0ce80fc2c111ba1c7b57c62fa (patch) | |
tree | e541cbc81a16763b5e838a567eab43077eeee9af /sysutils | |
parent | 0a536f94d005ef0b5fca109c9b916a9071e9fbd9 (diff) | |
download | freebsd-ports-gnome-f1c83c0c667403e0ce80fc2c111ba1c7b57c62fa.tar.gz freebsd-ports-gnome-f1c83c0c667403e0ce80fc2c111ba1c7b57c62fa.tar.zst freebsd-ports-gnome-f1c83c0c667403e0ce80fc2c111ba1c7b57c62fa.zip |
- Fix fetch
PR: 200521
Submitted by: admin@lissyara.su
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monitord/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile index f119c1153645..aa21716ceeb5 100644 --- a/sysutils/monitord/Makefile +++ b/sysutils/monitord/Makefile @@ -5,13 +5,11 @@ PORTNAME= monitord PORTVERSION= 0.4.1 PORTREVISION= 3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ +MASTER_SITES= http://lissyara.su/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Service that restarts other standalone services -BROKEN= No public distfiles - USE_RC_SUBR= monitord post-patch: |