diff options
author | bmah <bmah@FreeBSD.org> | 2003-03-26 01:05:54 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-03-26 01:05:54 +0800 |
commit | bb61f28e41ba6c0d6642a95f9be6dc1c2f03dd14 (patch) | |
tree | a92b044d1b467fa5a6f3ad4d84dcdadd0ea4b2ec /devel/subversion16 | |
parent | 0822f317c7770e425a1fd8b097922dac0b25faf1 (diff) | |
download | freebsd-ports-gnome-bb61f28e41ba6c0d6642a95f9be6dc1c2f03dd14.tar.gz freebsd-ports-gnome-bb61f28e41ba6c0d6642a95f9be6dc1c2f03dd14.tar.zst freebsd-ports-gnome-bb61f28e41ba6c0d6642a95f9be6dc1c2f03dd14.zip |
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 |