diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-23 07:02:57 +0800 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-23 07:02:57 +0800 |
commit | 019a26ac51b88af2092f8ef03d96ce9a5fc632b0 (patch) | |
tree | 5a628162d0dd4952bef2ac899961fd8ad443e8a0 /net/echoping | |
parent | b8bfdee284ceb744a472e04ce5ffb7463691c139 (diff) | |
download | freebsd-ports-gnome-019a26ac51b88af2092f8ef03d96ce9a5fc632b0.tar.gz freebsd-ports-gnome-019a26ac51b88af2092f8ef03d96ce9a5fc632b0.tar.zst freebsd-ports-gnome-019a26ac51b88af2092f8ef03d96ce9a5fc632b0.zip |
Chaged MASTER_SITES.
Diffstat (limited to 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 951d3892e5ce..9b0eedabb2ec 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -8,7 +8,8 @@ PORTNAME= echoping PORTVERSION= 5.0.1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses tcp and/or http |