diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-02-18 04:02:07 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-02-18 04:02:07 +0000 |
commit | 99bfddda3246a983eb5be8c62653e587944edabf (patch) | |
tree | febafe5568a1f69a331074a6c7d2dc8a84996639 /benchmarks | |
parent | e88d1644842cc32a6459da9d3b52e06d9f1220bc (diff) |
Add a local master site.
Notes
Notes:
svn path=/head/; revision=156253
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netpipe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index ab3fba70eaa8..5c5fed61ae8d 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -7,7 +7,9 @@ PORTNAME= NetPIPE PORTVERSION= 3.6.2 CATEGORIES= benchmarks net -MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ +MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jkoshy DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jkoshy@freebsd.org |