diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2000-06-26 14:18:27 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2000-06-26 14:18:27 +0800 |
commit | 8018ffff4093332ab3a3aca7dbbba561daee72c1 (patch) | |
tree | 0d62e81e7dbec013ed42ff84b5a6050139915db5 /benchmarks/netpipe | |
parent | 6cdfd2c307067f2e66d9f426e7080ace32945f85 (diff) | |
download | freebsd-ports-graphics-8018ffff4093332ab3a3aca7dbbba561daee72c1.tar.gz freebsd-ports-graphics-8018ffff4093332ab3a3aca7dbbba561daee72c1.tar.zst freebsd-ports-graphics-8018ffff4093332ab3a3aca7dbbba561daee72c1.zip |
Use MASTER_SITE_LOCAL.
Diffstat (limited to 'benchmarks/netpipe')
-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 9b0e6c4250b..08529fd38f7 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 |