diff options
author | petef <petef@FreeBSD.org> | 2003-10-26 17:34:07 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-10-26 17:34:07 +0000 |
commit | d1f8376488ad92fb409852e92a3cb5e618015e36 (patch) | |
tree | 30135cead4d1af7758f68b37fcb8475757598bdd /www/mdw | |
parent | e6498618530ae4d61ba4d00c5edf96e0d5c13515 (diff) | |
download | FreeBSD-ports-d1f8376488ad92fb409852e92a3cb5e618015e36.zip FreeBSD-ports-d1f8376488ad92fb409852e92a3cb5e618015e36.tar.gz |
The distribution site requires a 'www.' prefix.
Noticed by: distfiles survey
Diffstat (limited to 'www/mdw')
-rw-r--r-- | www/mdw/Makefile | 2 | ||||
-rw-r--r-- | www/mdw/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mdw/Makefile b/www/mdw/Makefile index cd9873b..630e19a 100644 --- a/www/mdw/Makefile +++ b/www/mdw/Makefile @@ -8,7 +8,7 @@ PORTNAME= mdw PORTVERSION= 1.0 CATEGORIES= www -MASTER_SITES= http://redbrick.dcu.ie/~colmmacc/mdw/ +MASTER_SITES= http://www.redbrick.dcu.ie/~colmmacc/mdw/ MAINTAINER= petef@FreeBSD.org COMMENT= A utility to check the MD5 sum of a webpage diff --git a/www/mdw/pkg-descr b/www/mdw/pkg-descr index 9dcd64b..feb5a8c 100644 --- a/www/mdw/pkg-descr +++ b/www/mdw/pkg-descr @@ -3,7 +3,7 @@ take a list of URLs, md5 each of them, and optionally compare this to a previous checksum. There is a also a quiet mode which is useful for inclusion in scripts. -WWW: http://redbrick.dcu.ie/~colmmacc/mdw/ +WWW: http://www.redbrick.dcu.ie/~colmmacc/mdw/ - Pete petef@databits.net |