diff options
author | wiz <wiz> | 2001-02-28 11:25:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-28 11:25:25 +0000 |
commit | 2ceebf4ac613b64f133f91ac8812abfcd4ebec77 (patch) | |
tree | 3be2cf18002091ea6a1c6d11d1ec155efd4ebc98 /misc/vfu | |
parent | fb4df0e9576b696e1ee5e09e46e9ce790acb0703 (diff) | |
download | pkgsrc-2ceebf4ac613b64f133f91ac8812abfcd4ebec77.tar.gz |
Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfiles
are currently not there)
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 0a02fcf49c8..122b4b4f099 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2001/02/17 18:09:28 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2001/02/28 11:25:26 wiz Exp $ # DISTNAME= vfu-3.01 CATEGORIES= misc MASTER_SITES= http://www.biscom.net/~cade/away/vfu/ \ - ftp://metalab.unc.edu/pub/Linux/utils/file/managers/ + ${MASTER_SITE_SUNSITE:=utils/file/managers/} EXTRACT_SUFX= .src.tar.gz MAINTAINER= hubertf@netbsd.org |