diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-16 17:09:40 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-16 17:09:40 +0000 |
commit | 6d1f02cb2012f91d0f42a6a58b09006803e4e57a (patch) | |
tree | 13503618909de8d22ac607c4122aefc80151559a /benchmarks/libmicro | |
parent | 2ae9c70e735c588b97e3c7f63c4921c083887e5f (diff) | |
download | ports-6d1f02cb2012f91d0f42a6a58b09006803e4e57a.tar.gz ports-6d1f02cb2012f91d0f42a6a58b09006803e4e57a.zip |
Notes
Diffstat (limited to 'benchmarks/libmicro')
-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 |