summaryrefslogtreecommitdiff
path: root/devel/argp-standalone
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-06-07 10:49:10 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-06-07 10:49:10 +0000
commit21a53260e928914fb94c9163040255361b9c432c (patch)
treea9b4518ff312095ebe5eb07beee9aa9cf0166faa /devel/argp-standalone
parentUnbreak for amd64 (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/Makefile4
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