diff options
author | agc <agc@pkgsrc.org> | 2001-05-09 15:08:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-09 15:08:00 +0000 |
commit | 08509d612aaa3a3d66a43c08a24a6b951ec0a508 (patch) | |
tree | 85eb12907e2ec143d61cf389798bf0960c406b65 /misc/vfu/Makefile | |
parent | beb90f8c4120532dde8235bf01b5f13acced4d3f (diff) | |
download | pkgsrc-08509d612aaa3a3d66a43c08a24a6b951ec0a508.tar.gz |
Prefer sunsite and its mirrors to the original MASTER_SITE, but keep it in
as backup.
Move to sha1 digest, and add distfile size.
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r-- | misc/vfu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 122b4b4f099..0d8b9983f70 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2001/02/28 11:25:26 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/05/09 15:08:00 agc Exp $ # DISTNAME= vfu-3.01 CATEGORIES= misc -MASTER_SITES= http://www.biscom.net/~cade/away/vfu/ \ - ${MASTER_SITE_SUNSITE:=utils/file/managers/} +MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/file/managers/} \ + http://www.biscom.net/~cade/away/vfu/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= hubertf@netbsd.org |