diff options
author | grant <grant@pkgsrc.org> | 2002-07-15 01:40:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-07-15 01:40:02 +0000 |
commit | 8ebbe9123d5f3c388afd51834ba89214c1fc749d (patch) | |
tree | 8fb602595b594c403ecb10d45bf62989476ab5b1 /devel/cvs | |
parent | f0d4dad17d925af390c4883592dfd60b297b1bfb (diff) | |
download | pkgsrc-8ebbe9123d5f3c388afd51834ba89214c1fc749d.tar.gz |
update MASTER_SITES.
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 7ec6cb2f617..1c52fae8d65 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.48 2002/02/18 15:14:08 seb Exp $ +# $NetBSD: Makefile,v 1.49 2002/07/15 01:40:02 grant Exp $ # DISTNAME= cvs-1.11 PKGREVISION= 2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cvshome.org/pub/${DISTNAME}/ \ - ${MASTER_SITE_GNU:=cvs/} +MASTER_SITES= http://ftp.cvshome.org/${DISTNAME}/ \ + ${MASTER_SITE_GNU:=non-gnu/cvs/} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.cvshome.org/ |