diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-26 10:41:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-26 10:41:56 +0000 |
commit | bbf996ac8aa575808fda1d4dcc76222a881e419e (patch) | |
tree | 77afe9179fb54db68bd2f2687c25df1227cb741d /devel/cvs-devel | |
parent | Moved xmms-pipe to audio from misc, since all other xmms-related ports live (diff) |
Seems what MASTER_SITE_GNU sites have is the old tarball, so comment out
MASTER_SITE_GNU until it mirrors the latest tarball..
Diffstat (limited to 'devel/cvs-devel')
-rw-r--r-- | devel/cvs-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile index 400649d47e5e..70744a695104 100644 --- a/devel/cvs-devel/Makefile +++ b/devel/cvs-devel/Makefile @@ -8,9 +8,9 @@ PORTNAME= cvs+ipv6 PORTVERSION= 1.11.2 CATEGORIES= devel ipv6 -MASTER_SITES= http://ftp.cvshome.org/cvs-1.11.2/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= non-gnu/cvs +MASTER_SITES= http://ftp.cvshome.org/cvs-1.11.2/ +# ${MASTER_SITE_GNU} +#MASTER_SITE_SUBDIR= non-gnu/cvs DISTNAME= cvs-${PORTVERSION} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ |