diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2000-06-26 06:18:27 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2000-06-26 06:18:27 +0000 |
commit | 8018ffff4093332ab3a3aca7dbbba561daee72c1 (patch) | |
tree | 0d62e81e7dbec013ed42ff84b5a6050139915db5 /misc | |
parent | 6cdfd2c307067f2e66d9f426e7080ace32945f85 (diff) | |
download | FreeBSD-ports-8018ffff4093332ab3a3aca7dbbba561daee72c1.zip FreeBSD-ports-8018ffff4093332ab3a3aca7dbbba561daee72c1.tar.gz |
Use MASTER_SITE_LOCAL.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |