aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2000-06-26 06:18:27 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2000-06-26 06:18:27 +0000
commitc789f168a041ac3073e37a6684f133cc4b1ff74a (patch)
tree3117aa6a1e5adbb5092157e6268b004613aa4c58
parentb2c2a538e5152e6e418e7344cd3da813a401e397 (diff)
downloadports-c789f168a041ac3073e37a6684f133cc4b1ff74a.tar.gz
ports-c789f168a041ac3073e37a6684f133cc4b1ff74a.zip
Use MASTER_SITE_LOCAL.
Notes
Notes: svn path=/head/; revision=29869
-rw-r--r--benchmarks/netpipe/Makefile3
-rw-r--r--devel/cbrowser/Makefile3
-rw-r--r--misc/tet/Makefile3
3 files changed, 6 insertions, 3 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
diff --git a/devel/cbrowser/Makefile b/devel/cbrowser/Makefile
index 4703a04cd760..58817a85309c 100644
--- a/devel/cbrowser/Makefile
+++ b/devel/cbrowser/Makefile
@@ -9,7 +9,8 @@ PORTNAME= cbrowser
PORTVERSION= 0.6
CATEGORIES= devel tk82
MASTER_SITES= http://www.ziplink.net/~felaco/cbrowser/ \
- http://people.freebsd.org/~jkoshy/PORTS/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=jkoshy
MAINTAINER= jkoshy@freebsd.org
diff --git a/misc/tet/Makefile b/misc/tet/Makefile
index 6ec1f63daa9d..eb0723fa36e6 100644
--- a/misc/tet/Makefile
+++ b/misc/tet/Makefile
@@ -9,7 +9,8 @@ PORTNAME= tet
PORTVERSION= 3.3d
CATEGORIES= misc
MASTER_SITES= ftp://ftp.rdg.opengroup.org/pub/TET/TET3/ \
- http://people.FreeBSD.org/~jkoshy/PORTS/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= jkoshy
DISTFILES= ${PORTNAME}${PORTVERSION}-unsup.src.tar.gz
MAINTAINER= jkoshy@freebsd.org