diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 00:53:08 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 00:53:08 +0000 |
commit | a39fb3d9a3f3a3ee6eeee449eb6cb3f099cad4b8 (patch) | |
tree | 8ff588603f9a90f7778a05fecaa61d316f113731 | |
parent | Correct MASTER_SITES. (diff) |
Move ${MASTER_SITE_LOCAL} ahead in ${MASTER_SITES}, the main distribution
site is temporarily down.
Submitted by: fenner's distfile survey
Notes
Notes:
svn path=/head/; revision=60820
-rw-r--r-- | devel/devtodo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/devtodo/Makefile b/devel/devtodo/Makefile index 314409ef60c8..91348e72d754 100644 --- a/devel/devtodo/Makefile +++ b/devel/devtodo/Makefile @@ -8,8 +8,8 @@ PORTNAME= devtodo PORTVERSION= 0.1.12 CATEGORIES= devel -MASTER_SITES= http://activelysecure.net/~athomas/development/devtodo/download.php?filename=${PORTVERSION}/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://activelysecure.net/~athomas/development/devtodo/download.php?filename=${PORTVERSION}/ MASTER_SITE_SUBDIR= petef MAINTAINER= petef@FreeBSD.org |