diff options
author | agc <agc@pkgsrc.org> | 1998-05-06 09:03:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-05-06 09:03:50 +0000 |
commit | 30e07bf523ab1359859b831156f51c309ffcdd8e (patch) | |
tree | c000681bd472dfa98a628ba9d0238d37bb1eed68 /editors | |
parent | 232f125f8d7b298b1bf77fd4d7dde9f8c04f276e (diff) | |
download | pkgsrc-30e07bf523ab1359859b831156f51c309ffcdd8e.tar.gz |
Grab the distfile from ftp.netbsd.org, like vile.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index ea12b4216e8..01c11e8bd01 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:23 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/05/06 09:03:50 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -6,8 +6,12 @@ DISTNAME= vile PKGNAME= xvile-7.3 WRKSRC= ${WRKDIR}/vile-7.3 CATEGORIES= editors -MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ - ftp://id.wing.net/pub/pgf/vile/ +# agc - vile-7.4 is on the MASTER_SITES now, so grab the 7.3 distfile +# from ftp.netbsd.org. We'll do a 7.4 package ASAP, when circumstances +# permit. +# MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ +# ftp://id.wing.net/pub/pgf/vile/ +MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ MAINTAINER= packages@netbsd.org |