diff options
-rw-r--r-- | benchmarks/netpipe/Makefile | 3 | ||||
-rw-r--r-- | devel/cbrowser/Makefile | 3 | ||||
-rw-r--r-- | misc/tet/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 9b0e6c4..08529fd 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 4703a04..58817a8 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 6ec1f63..eb0723f 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 |