diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-03-25 17:05:54 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-03-25 17:05:54 +0000 |
commit | 5240a885115b4e1f6e297fe29b6b6db552d28ff3 (patch) | |
tree | 131573dab73c8d3d7e54a5dbc6684c365af4a5cf /devel/subversion16 | |
parent | Tarball has been rerolled. Developer added one tiny extra fix for Cygwin (diff) |
The distfile for this release of subversion doesn't appear to be
available from the canonical site anymore. Add MASTER_SITE_LOCAL
to MASTER_SITES so that the port can find a copy I've cached.
Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
Diffstat (limited to 'devel/subversion16')
-rw-r--r-- | devel/subversion16/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index e54c4f0de949..b094f4619a93 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -9,6 +9,8 @@ PORTVERSION= r3987 # 0.16.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/files/documents/15/2123/ +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bmah MAINTAINER= rodrigc@attbi.com COMMENT= Version control system |