diff options
author | knu <knu@FreeBSD.org> | 2002-08-27 04:23:02 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-08-27 04:23:02 +0000 |
commit | de43bef33c4cbbaeb271bc3eff24582a56ba256d (patch) | |
tree | a04d1af3426438415b8f616df93361ff22902257 /devel | |
parent | 9ad115f847e45fb680e38524949226cca0aab58a (diff) | |
download | FreeBSD-ports-de43bef33c4cbbaeb271bc3eff24582a56ba256d.zip FreeBSD-ports-de43bef33c4cbbaeb271bc3eff24582a56ba256d.tar.gz |
MASTER_SITE_RINGSERVER mirrors the whole cvshome site and has the
latest cvs 1.11.2 tarball, so add it to MASTER_SITES.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs+ipv6/Makefile | 6 | ||||
-rw-r--r-- | devel/cvs-devel/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/cvs+ipv6/Makefile b/devel/cvs+ipv6/Makefile index 68e6a48..c4c30ea 100644 --- a/devel/cvs+ipv6/Makefile +++ b/devel/cvs+ipv6/Makefile @@ -9,9 +9,9 @@ PORTNAME= cvs+ipv6 PORTVERSION= 1.11.2 PORTREVISION= 1 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/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/cvs/&,} +MASTER_SITE_SUBDIR= cvs-1.11.2 DISTNAME= cvs-${PORTVERSION} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile index 68e6a48..c4c30ea 100644 --- a/devel/cvs-devel/Makefile +++ b/devel/cvs-devel/Makefile @@ -9,9 +9,9 @@ PORTNAME= cvs+ipv6 PORTVERSION= 1.11.2 PORTREVISION= 1 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/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/cvs/&,} +MASTER_SITE_SUBDIR= cvs-1.11.2 DISTNAME= cvs-${PORTVERSION} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ |