diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-07 10:49:10 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-07 10:49:10 +0000 |
commit | 21a53260e928914fb94c9163040255361b9c432c (patch) | |
tree | a9b4518ff312095ebe5eb07beee9aa9cf0166faa /devel/argp-standalone | |
parent | 85b108bf90b200bf5d53eac933a3b3a77f9bbfb8 (diff) |
- Add MASTER_SITE_LOCAL as mirror while there is a problem on master site
Notes
Notes:
svn path=/head/; revision=164693
Diffstat (limited to 'devel/argp-standalone')
-rw-r--r-- | devel/argp-standalone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/argp-standalone/Makefile b/devel/argp-standalone/Makefile index e1065be64c35..57cf33ed4e0d 100644 --- a/devel/argp-standalone/Makefile +++ b/devel/argp-standalone/Makefile @@ -8,7 +8,9 @@ PORTNAME= argp-standalone PORTVERSION= 1.3 CATEGORIES= devel -MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/ +MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sem MAINTAINER= sem@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC |