diff options
author | agc <agc> | 2001-05-03 13:53:09 +0000 |
---|---|---|
committer | agc <agc> | 2001-05-03 13:53:09 +0000 |
commit | c2e18abb9ee5a29c32bd6d255b709b093a43fc5a (patch) | |
tree | fbdc920f4c4a8a21412671f55f88bd7ade724159 /www/wwwcount/Makefile | |
parent | 85c6f8965bd56bf4a5557ba849ed21c9a3f291f1 (diff) | |
download | pkgsrc-c2e18abb9ee5a29c32bd6d255b709b093a43fc5a.tar.gz |
It would appear that changes are made to the distfile on the MASTER_SITE
without updating the version number.
Point MASTER_SITE at MASTER_SITE_BACKUP, as the backup sites contain the
distfile that was originally checksummed, and update distinfo to have an
SHA1 digest and distfile size.
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r-- | www/wwwcount/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 54af7375fba..ef424380f37 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:22:47 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/03 13:53:09 agc Exp $ # FreeBSD: Makefile,v 1.12 1998/09/28 18:02:05 smace Exp DISTNAME= wwwcount2.5 PKGNAME= wwwcount-2.5 CATEGORIES= www -MASTER_SITES= http://www.muquit.com/muquit/software/Count/src/wwwcount2.5/ +MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.muquit.com/muquit/software/Count/Count.html |