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+ipv6 | |
parent | e9c4b09c2e0b9e7b340463e04a1bcd52c1c8feff (diff) | |
download | ports-bbf996ac8aa575808fda1d4dcc76222a881e419e.tar.gz ports-bbf996ac8aa575808fda1d4dcc76222a881e419e.zip |
Seems what MASTER_SITE_GNU sites have is the old tarball, so comment out
MASTER_SITE_GNU until it mirrors the latest tarball..
Notes
Notes:
svn path=/head/; revision=65033
Diffstat (limited to 'devel/cvs+ipv6')
-rw-r--r-- | devel/cvs+ipv6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs+ipv6/Makefile b/devel/cvs+ipv6/Makefile index 400649d47e5e..70744a695104 100644 --- a/devel/cvs+ipv6/Makefile +++ b/devel/cvs+ipv6/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/ |