diff options
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index bdc6a5b4974..71a087d0a6a 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.24 1999/09/19 22:07:22 kim Exp $ +# $NetBSD: Makefile,v 1.25 2000/02/04 21:29:14 tron Exp $ # DISTNAME= cvs-1.10 CATEGORIES= devel -MASTER_SITES= ftp://download.cyclic.com/pub/${DISTNAME}/ +MASTER_SITES= ftp://download.cyclic.com/pub/${DISTNAME}/ \ + ${MASTER_SITE_GNU:=cvs/} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.cyclic.com/cvs/info.html |