diff options
author | mich <mich@FreeBSD.org> | 2004-09-29 19:55:34 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2004-09-29 19:55:34 +0800 |
commit | 9a813d7c0520c7b9ee71ab5a364f34c50f1c5ec4 (patch) | |
tree | d8273c3e2e4db3aabe2caaabef4bdffc1996815c /net | |
parent | 967477cd3615c0f940b99c2b3718897d772ae956 (diff) | |
download | freebsd-ports-gnome-9a813d7c0520c7b9ee71ab5a364f34c50f1c5ec4.tar.gz freebsd-ports-gnome-9a813d7c0520c7b9ee71ab5a364f34c50f1c5ec4.tar.zst freebsd-ports-gnome-9a813d7c0520c7b9ee71ab5a364f34c50f1c5ec4.zip |
o change MASTER_SITES
o unbreak
Noticed by: kris
Approved by: portmgr (eik)
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 |