diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-20 19:20:11 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-20 19:20:11 +0800 |
commit | e490468e0c0f8ecdf9bc7efc514be5f12106be09 (patch) | |
tree | c00f128e2dc136dff59c00b3b9eca3564409d71b /www | |
parent | 0dc569d68395f5110438c5aee24f85654cfca927 (diff) | |
download | freebsd-ports-gnome-e490468e0c0f8ecdf9bc7efc514be5f12106be09.tar.gz freebsd-ports-gnome-e490468e0c0f8ecdf9bc7efc514be5f12106be09.tar.zst freebsd-ports-gnome-e490468e0c0f8ecdf9bc7efc514be5f12106be09.zip |
fix master site and unbreak it
PR: 38314
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/webcheck/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile index 400dac7b9bcc..bc2429f203fd 100644 --- a/www/webcheck/Makefile +++ b/www/webcheck/Makefile @@ -8,13 +8,11 @@ PORTNAME= webcheck PORTVERSION= 1.0 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://www.mired.org/webcheck/ EXTRACT_SUFX= .bz2 MAINTAINER= mwm@mired.org -BROKEN= "Does not fetch" - USE_PYTHON= YES do-install: |