diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-17 01:09:40 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-17 01:09:40 +0800 |
commit | 86ba13b87d1ee802ac941f1dc1265102a387cc02 (patch) | |
tree | 13503618909de8d22ac607c4122aefc80151559a /benchmarks | |
parent | fc3b748655fc0c326762e9537694cad733c90924 (diff) | |
download | freebsd-ports-gnome-86ba13b87d1ee802ac941f1dc1265102a387cc02.tar.gz freebsd-ports-gnome-86ba13b87d1ee802ac941f1dc1265102a387cc02.tar.zst freebsd-ports-gnome-86ba13b87d1ee802ac941f1dc1265102a387cc02.zip |
- Add mirror as upstream no longer has the distfile
Feature safe: yes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/libmicro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile index 64a79a8a4afb..ddeaa23f69d8 100644 --- a/benchmarks/libmicro/Makefile +++ b/benchmarks/libmicro/Makefile @@ -4,7 +4,8 @@ PORTNAME= libmicro PORTVERSION= 0.4.1 CATEGORIES= benchmarks -MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/ +MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/ \ + LOCAL/bdrewery/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Set of utilities to benchmark productivity of system calls |