diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-06-26 06:18:27 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-06-26 06:18:27 +0000 |
commit | c789f168a041ac3073e37a6684f133cc4b1ff74a (patch) | |
tree | 3117aa6a1e5adbb5092157e6268b004613aa4c58 /benchmarks | |
parent | b2c2a538e5152e6e418e7344cd3da813a401e397 (diff) | |
download | ports-c789f168a041ac3073e37a6684f133cc4b1ff74a.tar.gz ports-c789f168a041ac3073e37a6684f133cc4b1ff74a.zip |
Use MASTER_SITE_LOCAL.
Notes
Notes:
svn path=/head/; revision=29869
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netpipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 9b0e6c4250b1..08529fd38f7c 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -8,7 +8,8 @@ PORTNAME= netpipe PORTVERSION= 2.3 CATEGORIES= benchmarks net MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/netpipe/ \ - http://people.FreeBSD.org/~jkoshy/PORTS/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=jkoshy MAINTAINER= jkoshy@freebsd.org |