diff options
author | Michael Landin <mich@FreeBSD.org> | 2004-09-29 11:55:34 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2004-09-29 11:55:34 +0000 |
commit | d02798dd2596b4615defaf6011391c060846b608 (patch) | |
tree | 5212d9815f89244330720b85a14840046b445cab /net | |
parent | 825afd6dc34482bcb3f9af88e094cb75268c21d1 (diff) | |
download | ports-d02798dd2596b4615defaf6011391c060846b608.tar.gz ports-d02798dd2596b4615defaf6011391c060846b608.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/wping/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/wping/Makefile b/net/wping/Makefile index e1868bfc6057..e2e719d3c513 100644 --- a/net/wping/Makefile +++ b/net/wping/Makefile @@ -8,7 +8,7 @@ PORTNAME= wping PORTVERSION= 0.1a CATEGORIES= net -MASTER_SITES= http://www.x-router.com/files/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= A Web-based graphical ping log @@ -16,8 +16,6 @@ COMMENT= A Web-based graphical ping log RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -BROKEN= Unfetchable - USE_BZIP2= yes NO_BUILD= yes |